Update of /cvsroot/linux-vax/toolchain/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18836
Modified Files:
try_patches.sh
Log Message:
- Make output look nice.
Index: try_patches.sh
===================================================================
RCS file: /cvsroot/linux-vax/toolchain/scripts/try_patches.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- try_patches.sh 5 Jan 2006 19:38:47 -0000 1.7
+++ try_patches.sh 5 Jan 2006 19:58:14 -0000 1.8
@@ -27,7 +27,7 @@
echo "none."
return
else
- echo "found `ls ${3}/${1}-[0-9][0-9][0-9][0-9][0-9][0-9]-*.patch | wc -l`."
+ echo "found `ls ${3}/${1}-[0-9][0-9][0-9][0-9][0-9][0-9]-*.patch | wc -l | tr -d '[:space:]'`."
fi
for patchfile in ${3}/${1}-[0-9][0-9][0-9][0-9][0-9][0-9]-*.patch; do
|