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
> 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.
-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
:
#!/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
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
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
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