Re: "cannot execute binary file" error with Bash 5.2

2022-11-18 Thread Chet Ramey
On 11/16/22 5:19 PM, Loïc Yhuel wrote: https://savannah.gnu.org/support/index.php?110744 I attached the patch I applied. It works, thank you. Btw, I didn't search on savannah since https://www.gnu.org/software/bash/manual/html_node/Reporting-Bugs.html doesn't mention it. Good idea; I should

Re: "cannot execute binary file" error with Bash 5.2

2022-11-16 Thread Loïc Yhuel
> https://savannah.gnu.org/support/index.php?110744 > > I attached the patch I applied. It works, thank you. Btw, I didn't search on savannah since https://www.gnu.org/software/bash/manual/html_node/Reporting-Bugs.html doesn't mention it. But I see the bug tracker is mentioned on https://www.gnu.

Re: "cannot execute binary file" error with Bash 5.2

2022-11-15 Thread Chet Ramey
-n+4 "${0}" | bzcat exit 0 $ echo foo | bzip2 >> test.sh $ bash ./test.sh ./test.sh: ./test.sh: cannot execute binary file https://savannah.gnu.org/support/index.php?110744 I attached the patch I applied. -- ``The lyf so short, the craft

"cannot execute binary file" error with Bash 5.2

2022-11-14 Thread loic . yhuel
: #!/bin/sh tail -n+4 "${0}" | bzcat exit 0 $ echo foo | bzip2 >> test.sh $ bash ./test.sh ./test.sh: ./test.sh: cannot execute binary file

Re: "cannot execute binary file"

2009-03-05 Thread Bob Proulx
lehe wrote: > Lately I am trying to install a higher version of emacs under my ${HOME} on > my office server. I add the new emacs path into PATH. It works quite well > when I ssh to the server, but encounters this "/home/emacs/bin/emacs: cannot > execute binary file" error w

"cannot execute binary file"

2009-03-05 Thread lehe
Hi, Lately I am trying to install a higher version of emacs under my ${HOME} on my office server. I add the new emacs path into PATH. It works quite well when I ssh to the server, but encounters this "/home/emacs/bin/emacs: cannot execute binary file" error when I am working on my offic

cannot execute binary file

2005-06-05 Thread Dan Jacobson
Perhaps it's about time to fix this? $ head -1 one_time_job wget --spider -Y off -S http://www.ham.com.tw/ctarl/940524-940604衛生署公文.jpg $ sh -n one_time_job one_time_job: one_time_job: cannot execute binary file $ bash --version GNU bash, version 3.00.16(1)-release (i386-pc-linux-gnu) Worka