ossp-pkg/shtool/sh.mkdir 1.15 -> 1.16
--- sh.mkdir 2001/04/19 07:33:55 1.15
+++ sh.mkdir 2001/04/19 07:52:02 1.16
@@ -51,9 +51,9 @@
mkdir $p || errstatus=$?
if [ ".$opt_m" != . ]; then
if [ ".$opt_t" = .yes ]; then
- echo "chmod $opt_m $pathcomp" 1>&2
+ echo "chmod $opt_m $p" 1>&2
fi
- chmod $opt_m $pathcomp || errstatus=$?
+ chmod $opt_m $p || errstatus=$?
fi
else
# the smart situation
|
|