ossp-pkg/shtool/sh.mkshadow 1.20 -> 1.21
--- sh.mkshadow 2001/12/31 15:06:04 1.20
+++ sh.mkshadow 2003/02/11 12:56:40 1.21
@@ -37,7 +37,7 @@
# check whether source exists
if [ ! -d $src ]; then
echo "$msgprefix:Error: source directory not found: \`$src'" 1>&2
- exit 1
+ shtool_exit 1
fi
# determine if one of the paths is an absolute path,
|
|