From 38b5074667d1f3e0943d6d38d1feddf1434039e6 Mon Sep 17 00:00:00 2001 From: zimoch Date: Mon, 23 Mar 2009 13:59:01 +0000 Subject: [PATCH] fix for SL5 compatibility --- showtags | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/showtags b/showtags index 29c84e8..4cc797e 100755 --- a/showtags +++ b/showtags @@ -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