patch-1.3.73 linux/scripts/patch-kernel
Next file: linux/scripts/tkcond.c
Previous file: linux/scripts/header.tk
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Mon Mar 11 09:06:15 1996
- Orig file:
v1.3.72/linux/scripts/patch-kernel
- Orig date:
Sun Mar 10 09:49:57 1996
diff -u --recursive --new-file v1.3.72/linux/scripts/patch-kernel linux/scripts/patch-kernel
@@ -36,11 +36,11 @@
fi
echo -n "Applying $patch... "
- if (gunzip -dc $patchdir/$patch | grep -v '^\\' | patch -p1 -s -E -d $sourcedir)
+ if gunzip -dc $patchdir/$patch | patch -p1 -s -N -E -d $sourcedir
then
- echo "done"
+ echo "done."
else
- echo "Patch failed. Clean up yourself."
+ echo "failed. Clean up yourself."
break
fi
if [ "`find $sourcedir '(' -name '*.rej' -o -name '.*.rej' ')' -print`" ]
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this