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
-  Lines: 10
-  Date:
Thu Jan 25 20:54:42 1996
-  Orig file: 
v1.3.59/linux/scripts/patch-kernel
-  Orig date: 
Thu Jan  4 21:55:00 1996
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