Index: ossp-pkg/shtool/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/shtool/ChangeLog,v rcsdiff -q -kk '-r1.147' '-r1.148' -u '/v/ossp/cvs/ossp-pkg/shtool/ChangeLog,v' 2>/dev/null --- ChangeLog 2001/04/19 07:46:40 1.147 +++ ChangeLog 2001/04/19 07:52:02 1.148 @@ -14,7 +14,8 @@ *) Added support for three usage lines to shtoolize.sh. [Ralf S. Engelschall] - *) Fixed a few whitespace inconsistencies in shtool.pod. + *) Fixed a few whitespace inconsistencies in shtool.pod + and the usage line of `shtool tarball'. [Ralf S. Engelschall] *) Fix `shtool mkdir': option -m was only applied if Index: ossp-pkg/shtool/sh.mkdir RCS File: /v/ossp/cvs/ossp-pkg/shtool/sh.mkdir,v rcsdiff -q -kk '-r1.15' '-r1.16' -u '/v/ossp/cvs/ossp-pkg/shtool/sh.mkdir,v' 2>/dev/null --- 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