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
- Lines: 14
- Date:
Thu Mar 7 08:33:19 1996
- Orig file:
v1.3.71/linux/scripts/patch-kernel
- Orig date:
Wed Feb 28 11:50:18 1996
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