fix for SL5 compatibility

This commit is contained in:
zimoch
2009-03-23 13:59:01 +00:00
parent 691d499cc1
commit 38b5074667
+4 -4
View File
@@ -1,7 +1,7 @@
#! /bin/bash
#
# $Source: /cvs/G/EPICS/App/scripts/showtags,v $
# $Revision: 1.12 $ $Date: 2007/10/30 17:50:43 $
# $Revision: 1.13 $ $Date: 2009/03/23 13:59:01 $
#----------------------------------------------------
# Check the command line
#
@@ -26,8 +26,8 @@
;;
-v | --version)
echo 'Original Author: Dirk Zimoch'
echo 'Last Change by $Author: krempaska $'
echo '$Revision: 1.12 $ $Date: 2007/10/30 17:50:43 $'
echo 'Last Change by $Author: zimoch $'
echo '$Revision: 1.13 $ $Date: 2009/03/23 13:59:01 $'
echo '$Source: /cvs/G/EPICS/App/scripts/showtags,v $'
exit 0
;;
@@ -62,7 +62,7 @@ function jointags()
shift
while [ $# != 0 ]
do
echo -n ,\'$1\'
echo -ne ",\n'$1'"
shift
done
echo