fix error detection

This commit is contained in:
Bill Currie 2000-09-29 16:19:15 +00:00
parent e7a25fb76a
commit f85c3ac42f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ if [ $# -eq 0 ]; then
fi
for pakfile in $*; do
[ -f ${pakfile} ] || echo ${pakfile} not found && continue
if [ ! -f ${pakfile} ]; then echo ${pakfile} not found; continue; fi
[ "${pakfile#/}" = "${pakfile}" ] && pakfile=`pwd`/${pakfile}
tmp=/var/tmp/zpak.$$