Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
why does this exit = 1 ?
- X-seq: zsh-users 1437
- From: Timothy J Luoma <luomat+Lists/Zsh/users@xxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: why does this exit = 1 ?
- Date: Sun, 5 Apr 98 03:00:03 -0500
I have this little snippet:
if [ -r /LocalLibrary/Images/Icons/tempPark.tiff -a ! -r /tmp/.dir.tiff ] then
ln -s /LocalLibrary/Images/Icons/tempPark.tiff /tmp/.dir.tiff
fi
When I run it and there is already a /tmp/.dir.tiff it exits = 1
I am curious why it does that, since there shouldn't be any 'error' --- or
am I missing something?
TjL
Messages sorted by:
Reverse Date,
Date,
Thread,
Author