Thread
:
[Palm OS] All installed apps gave gone from GVM desktop
View Single Post
TA-t3
2008-09-08 , 12:27
Posts: 3,841 | Thanked: 1,079 times | Joined on Nov 2006
#
31
ls -l
on the file should show you the 'x' for executable. It's not located on a card though, is it? Scripts on cards are never executable, if it's a vfat card (the normal case).
You should be able to run the script with 'sh scriptname'
If that still fails, try
sh -x scriptname
and look at the output. It'll print each line as it executes it.
__________________
N800/OS2007|N900/Maemo5
-- Metalayer-crawler delenda est.
-- Current state: Fed up with everything MeeGo.
Quote & Reply
|
The Following User Says Thank You to TA-t3 For This Useful Post:
dfinch
TA-t3
View Public Profile
Send a private message to TA-t3
Find all posts by TA-t3