Update of /cvsroot/linux-vax/toolchain/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14774
Modified Files:
try_patches.sh
Log Message:
- Remove unneeded empty argument for `echo'.
Index: try_patches.sh
===================================================================
RCS file: /cvsroot/linux-vax/toolchain/scripts/try_patches.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- try_patches.sh 28 Dec 2005 17:15:16 -0000 1.6
+++ try_patches.sh 5 Jan 2006 19:38:47 -0000 1.7
@@ -48,11 +48,11 @@
echo "$0 <component> <directory-to-patch> <directory-containing-patches> (max_patch_number)" >&2
echo "All patches are expected to apply with -p1 within directory-to-patch." >&2
echo "Their names are expected to be in this form:" >&2
- echo "" >&2
+ echo >&2
echo " COMPONENT-nnnnnn-description.patch" >&2
- echo "" >&2
+ echo >&2
echo "nnnnnn is exactly six decimal digits; description mustn't contain spaces." >&2
- echo "" >&2
+ echo >&2
echo "If a max_patch_number is given, only patche files with a number smaller" >&2
echo "than max_patch_number will be applied." >&2
exit 1
|