commit | 47e5ca1ecb2a86b29c8a52ee3ed276d8b27147cf | [log] [tgz] |
---|---|---|
author | Glenn L McGrath <bug1@ihug.co.nz> | Mon Sep 15 12:00:19 2003 +0000 |
committer | Glenn L McGrath <bug1@ihug.co.nz> | Mon Sep 15 12:00:19 2003 +0000 |
tree | 51a23e67ceb884f57d8c696e4b6131384b5aa2c2 | |
parent | e3e28d3bb64e1b6d2883ee46405d12179b5b8407 [diff] |
Patch by Jean Wolter to fix a bug where a script wouldnt be executed unless it had #!/bin/sh in the first line "It correctly locates the script, tries to execute it via execve which fails. After that it tries to hand it over to /bin/sh which fails too, since ash - neither provides the absolute pathname to /bin/sh - nor tries to lookup the script via PATH if called as "sh script" "