ossp-pkg/shtool/sh.subst 1.4 -> 1.5
--- sh.subst 2002/01/02 17:04:56 1.4
+++ sh.subst 2002/02/23 09:18:03 1.5
@@ -92,7 +92,7 @@
rm -f $file.new
skip=yes
else
- (diff -u1 $file $file.new >$tmpfile) 2>/dev/null
+ (diff -U1 $file $file.new >$tmpfile) 2>/dev/null
if [ ".`cat $tmpfile`" = . ]; then
(diff -C1 $file $file.new >$tmpfile) 2>/dev/null
if [ ".`cat $tmpfile`" = . ]; then
|
|