zsh-users
 help / color / mirror / code / Atom feed
* why does this exit = 1 ?
@ 1998-04-05  8:00 Timothy J Luoma
  1998-04-05  8:22 ` Michael Barnes
  0 siblings, 1 reply; 4+ messages in thread
From: Timothy J Luoma @ 1998-04-05  8:00 UTC (permalink / raw)
  To: zsh-users


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




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1998-04-09  6:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-04-05  8:00 why does this exit = 1 ? Timothy J Luoma
1998-04-05  8:22 ` Michael Barnes
1998-04-05 14:27   ` C. v. Stuckrad
1998-04-09  5:50     ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).