Thread
:
Trouble running a script
View Single Post
TA-t3
2010-01-05 , 11:18
Posts: 3,841 | Thanked: 1,079 times | Joined on Nov 2006
#
2
Maybe you don't have bash installed.
In any case you should never ever use #!/bin/bash for sh-compatible scripts. There are only very rare cases where you really need a bash-specific feature. For all other sh scripts (if you've got bash or not) you should use
#!/bin/sh
__________________
N800/OS2007|N900/Maemo5
-- Metalayer-crawler delenda est.
-- Current state: Fed up with everything MeeGo.
Quote & Reply
|
TA-t3
View Public Profile
Send a private message to TA-t3
Find all posts by TA-t3