patch-1.3.60 linux/scripts/patch-kernel

Next file: linux/scripts/tail.tk
Previous file: linux/scripts/lxdialog/yesno.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.59/linux/scripts/patch-kernel linux/scripts/patch-kernel
@@ -36,7 +36,8 @@
     fi
 
     echo "Applying $patch..."
-    gunzip -dc $patchdir/$patch | patch -p1 -s -E -f -d $sourcedir
+    gunzip -dc $patchdir/$patch | patch -p1 -s -E -d $sourcedir
+# used to be patch -p1 -s -E -f -d $sourcedir
     if [ "`find $sourcedir -name \*.rej -print`" ]
     then
         echo "Aborting.  Reject files found."

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