"Dmitry V. Levin" <[EMAIL PROTECTED]> wrote:
...
> Yes :) but execve(2) returns ENOEXEC:
>
> $ env -i strace ./true
> execve("./true", ["./true"], [/* 0 vars */]) = 0
> strace: exec: Exec format errorIf you use a more robust shell :-), you don't have to resort to using strace: $ touch true; chmod a+x true; ./true zsh: exec format error: ./true _______________________________________________ Bug-coreutils mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-coreutils
