Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'command not found' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
command not found
Authored by: jimhill on Nov 10, '01 09:08:48PM

The command which is not found is probably not the itunes script, since "which" found it with no problems. Look at system executables that this scripts calls: /bin/sh, and osascript. Try "which"ing each of them and see if the machine has trouble finding either. Dollars to donuts it'll be osascript that's the offender, since I'd be pretty baffled if you managed to get an OS X installation without /bin/sh.



[ Reply to This | # ]
command not found
Authored by: Taran137 on Nov 11, '01 01:12:16PM

[localhost:~] taran% which osascript
/usr/bin/osascript

[localhost:~] taran% which sh
/bin/sh

[localhost:~] taran% which itunes
/Users/taran/bin/itunes

That is not it.



[ Reply to This | # ]
command not found
Authored by: _merlin on Nov 11, '01 06:32:43PM

Check your script for typos



[ Reply to This | # ]