On Tue, Aug 10, 2010 at 8:42 AM, Walt Scrivens <[email protected]> wrote: > Ahhh... That makes sense. As I said, I'm learning. > > Thanks :-) > > Walt > On Aug 10, 2010, at 12:43 AM, Ali Qasimi wrote: > >> in my humble opinion >> >> #!/bin/bash means the script is written for the bash shell. when you do sh >> oebb.sh you use the sh shell to interpret the script. any difference between >> sh and bash will show up >> >> BTW, I found out it pays to specify the shell you want to run. For instance sh in some machines is but an alias to bash, but in others it is an alias to dash. Or even *gasp* the real bourne shell itself. I have been bitten by that a few times... > > > _______________________________________________ > Angstrom-distro-users mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users >
_______________________________________________ Angstrom-distro-users mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users
