[auton-users] arch*.sh scripts

Paul Komarek komarek at cmu.edu
Mon Jun 23 15:09:56 EDT 2003


On Mon, 2003-06-23 at 14:57, Dan Pelleg wrote:
> Both of the new scripts fail on FreeBSD because /bin/bash is not installed
> there. There are many other systems in which this is true as well.
> 
> As far as I know /bin/sh is pretty much guaranteed to exist on any
> UNIX-like system.

I agree that there are many borken systems out there. ;-)

Would you mind checking for sh compatibility?  On GNU/Linux systems, sh
is a symlink to bash, and bash doesn't completely disable all bash-isms
in sh-mode.  Perhaps the easiest thing to do is symlink /bin/bash ->
/bin/sh and try running them.

-Paul



More information about the Autonlab-users mailing list