In <cag9vttop8jvl6ppjuaiz3w2gpduvtssfkkx9mbyoqusvgzc...@mail.gmail.com> theman whosoldtheworld <[email protected]> writes:
>I try to run this simple script: >#!/bin/sh /bin/sh is typically NOT the bash shell: $ which bash /bin/bash so, try using: #!/bin/bash Aside: use of the dot (.) notation for sourcing a file is sometimes confusing to new users. The following are equivalent in the bash shell: . path_to_some_file source path_to_some_file Ref: man bash -- Dewey Garrett _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
