ossp-pkg/shtool/sh.subst 1.18 -> 1.19
--- sh.subst 2007/08/31 13:15:12 1.18
+++ sh.subst 2008/04/02 20:12:04 1.19
@@ -146,7 +146,7 @@
fi
fi
- # optionally check whether any content change actually occurred
+ # optionally check whether any content change actually occurred
if [ ".$opt_q" = .no ]; then
if cmp $file$orig $file >/dev/null 2>&1; then
if [ ".$opt_w" = .yes ]; then
|
|