patch-1.3.72 linux/scripts/patch-kernel

Next file: linux/CREDITS
Previous file: linux/scripts/lxdialog/menubox.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.71/linux/scripts/patch-kernel linux/scripts/patch-kernel
@@ -35,9 +35,11 @@
         break
     fi
 
-    echo "Applying $patch..."
+    echo -n "Applying $patch... "
     if (gunzip -dc $patchdir/$patch | grep -v '^\\' | patch -p1 -s -E -d $sourcedir)
     then
+	echo "done"
+    else
         echo "Patch failed.  Clean up yourself."
         break
     fi


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