Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Strange problem with pre3
- X-seq: zsh-workers 1826
- From: Bill Pemberton <wfp5p@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Strange problem with pre3
- Date: Mon, 29 Jul 1996 13:41:55 -0400 (EDT)
I'm seeing a strange problem with pre3. The following script doesn't work
with pre3 compiled on AIX 4.1.4 (it does, however, work with pre3 compiled
on AIX 4.2).
---- Cut Here ----
#!/bin/zsh
QTMP=/tmp/blah
/usr/bin/rm -Rf $QTMP
mkdir $QTMP
mkdir $QTMP/pics
mkdir $QTMP/procmail
mkdir $QTMP/script
mkdir $QTMP/trash
mkdir $QTMP/wwwcache
touch $QTMP/procmail/mail.trash
touch $QTMP/procmail/procmail.log
chmod -R a+rx $QTMP
---- Cut Here ----
The script just terminates after the rm.
--
Bill Pemberton wfp5p@xxxxxxxxxxxx
ITC/Unix Systems flash@xxxxxxxxxxxx
University of Virginia uunet!virginia!wfp5p
Messages sorted by:
Reverse Date,
Date,
Thread,
Author