Incorrect character encoding (2011-09-12 02:17 by Karol #59538)
Sometimes, "yash" view displays the wrong character encoding.
Example:
sh: ELF: no such command or function
Is this a bug in the yash?
$yash -vV
Yet another shell, version 2.25
Copyright (C) 2007-2010 magicant
This is free software licensed under GNU GPL version 2.
You can modify and redistribute it, but there is NO WARRANTY.
Compiled Mar 31 2011 10:59:38
Enabled features:
* alias
* array
* dirstack
* help
* history
* lineedit
* printf/echo
* socket
* test
* ulimit
RE: Incorrect character encoding (2011-09-12 23:12 by magicant #59555)
It seems that the shell is trying to execute a binary program as a shell script.
The shell is designed to execute a program as a shell script when it fails to execute the program normally.