ossp-pkg/shtool/sh.mkln 1.12 -> 1.13
--- sh.mkln 2001/12/31 15:06:04 1.12
+++ sh.mkln 2003/02/11 12:56:40 1.13
@@ -40,7 +40,7 @@
if [ ! -d $dst ]; then
if [ $args -gt 2 ]; then
echo "$msgprefix:Error: multiple sources not allowed when target isn't a directory" 1>&2
- exit 1
+ shtool_exit 1
fi
fi
@@ -87,7 +87,7 @@
if [ ".$dstdir" != . ]; then
if [ ! -d $dstdir ]; then
echo "$msgprefix:Error: destination directory not found: $dstdir" 1>&2
- exit 1
+ shtool_exit 1
fi
fi
|
|