ossp-pkg/shtool/sh.install 1.28 -> 1.29
--- sh.install 2003/06/03 08:28:19 1.28
+++ sh.install 2003/08/13 14:20:34 1.29
@@ -76,7 +76,7 @@
fi
# consistency check for destination
-if [ $argc -gt 2 -a $dstisdir = 0 ]; then
+if [ $argc -gt 2 ] && [ $dstisdir = 0 ]; then
echo "$msgprefix:Error: multiple sources require destination to be directory" 1>&2
shtool_exit 1
fi
|
|