Quote:
Originally Posted by Aeolus
## however, when I selected option "1." followed by option "A." the following error messages came up...
rm: /temp/possibleshows.txt: No such file or directory
Downloading Index...
-bash: /temp/index.xml: No such file or directory
<Removed similar error messages>
|
Looks better. At this point you can probably run it by double clicking on the script, or changing to the directory and running:
> ./iView_Downloader_OSX_6.8.command
If it still gives error messages then there is a likely culprit. I remember this being a problem a while ago for some people. It's around line 25, the line:
TEMPDIR="$CURDIR"/temp
can be changed to:
TEMPDIR=$CURDIR
It makes things a bit messier (puts all the temp files in the current directory) but it seemed to make it work.
EDIT: Removed quotes on script change