Update of /cvsroot/linux-vax/toolchain/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31528
Modified Files:
copy_directory.sh
Log Message:
- Make up the text.
Index: copy_directory.sh
===================================================================
RCS file: /cvsroot/linux-vax/toolchain/scripts/copy_directory.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- copy_directory.sh 5 Jan 2006 18:05:49 -0000 1.4
+++ copy_directory.sh 5 Jan 2006 18:46:55 -0000 1.5
@@ -9,7 +9,7 @@
echo -n "Copying ${1} to ${2}"
if [ $# -eq 3 -a -n "${3}" ]; then
EXCLUDE="--exclude=${3}"
- echo " excluding ${3}"
+ echo ", excluding \`${3}'."
else
echo
fi
|