FEX
FEX copied to clipboard
FHU: Fix shebang line parsing
This function is used to parse shebang lines, and Linux does not parse shebang lines like shell command lines. Instead, it only splits it into an interpreter and an optional single argument, with leading/trailing whitespace stripped.