K 10 svn:author V 6 jilles K 8 svn:date V 27 2011-02-04T22:47:55.840424Z K 7 svn:log V 407 sh: Remove special code for shell scripts without magic number. These are called "shell procedures" in the source. If execve() failed with [ENOEXEC], the shell would reinitialize itself and execute the program as a script. This requires a fair amount of code which is not frequently used (most scripts have a #! magic number). Therefore just execute a new instance of sh (_PATH_BSHELL) to run the script. END