zsh-workers
 help / color / mirror / code / Atom feed
* problem with [[ -s /some/file ]]  under 3.0.4
@ 1997-07-01 22:22 Timothy Luoma
  1997-07-01 22:33 ` Philip Kizer
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Timothy Luoma @ 1997-07-01 22:22 UTC (permalink / raw)
  To: zsh-workers


Hrm.... I just installed 3.0.4 and there seems to be a rather basic flaw:


/bin/rm -f /tmp/filezero
touch /tmp/filezero
ls -l = -rw-r--r--   1 luomat   wheel           0 Jul  1 18:16 /tmp/filezero


if [[ -s /tmp/filezero ]]                                                     
    then
	echo yes
else
	echo no
fi

result: yes

	###########################

Previously I was using 3.0.2 which worked fine:


/bin/rm -f /tmp/filezero
touch /tmp/filezero
	-rw-r--r--   1 luomat   wheel           0 Jul  1 18:16 /tmp/filezero


if [[ -s /tmp/filezero ]]                                                     
    then
	echo yes
else
	echo no
fi

result: no

Anyone else see this?



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

end of thread, other threads:[~1997-07-02 19:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-07-01 22:22 problem with [[ -s /some/file ]] under 3.0.4 Timothy Luoma
1997-07-01 22:33 ` Philip Kizer
1997-07-02  3:42 ` Geoff Wing
1997-07-02 19:00   ` NeXTStep cc? (Re: problem with [[ -s /some/file ]] under 3.0.4) Timothy Luoma
1997-07-02  5:54 ` problem with [[ -s /some/file ]] under 3.0.4 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).