"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 error

If 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

Reply via email to