Check-in Number:
|
435 | |
Date: |
2001-Apr-19 09:52:02 (local)
2001-Apr-19 07:52:02 (UTC) |
User: | rse |
Branch: | |
Comment: |
*** empty log message *** |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/shtool/ChangeLog 1.147 -> 1.148
--- 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
|
|
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
|
|