Browse Source

Rene Rebe:


			
			
				rocklinux
			
			
		
Rene Rebe 21 years ago
parent
commit
7430db7fdd
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      scripts/Create-CkSumPatch

+ 4
- 4
scripts/Create-CkSumPatch

@ -84,8 +84,8 @@ while read cksum gzfile ; do
echo "!!! SED script didn't change anything:" >&2
echo "!!! $sedscript" >&2
else
{ echo "diff -u0 ./$descfile /tmp/$$"
diff -u0 ./$descfile /tmp/$$ ; }
{ echo "diff -u -U 0 ./$descfile /tmp/$$"
diff -u -U 0 ./$descfile /tmp/$$ ; }
fi
rm -f /tmp/$$
else
@ -107,8 +107,8 @@ while read cksum gzfile ; do
echo "!!! SED script didn't change anything:" >&2
echo "!!! $sedscript" >&2
else
{ echo "diff -u0 ./$descfile /tmp/$$"
diff -u0 ./$descfile /tmp/$$ ; }
{ echo "diff -u -U 0 ./$descfile /tmp/$$"
diff -u -U 0 ./$descfile /tmp/$$ ; }
fi
rm -f /tmp/$$
else

|||||||
100:0
Loading…
Cancel
Save