From: Bdale Garbee Date: Thu, 20 Aug 2009 06:30:43 +0000 (-0600) Subject: resolve potential bashisms X-Git-Tag: debian/2.6.1p1-1~13 X-Git-Url: https://git.gag.com/?p=debian%2Famanda;a=commitdiff_plain;h=d837e20919b1c4fcb1f71302b9804760c228e7dd resolve potential bashisms --- diff --git a/changer-src/chg-mcutil.sh b/changer-src/chg-mcutil.sh index 16b56f1..052619f 100644 --- a/changer-src/chg-mcutil.sh +++ b/changer-src/chg-mcutil.sh @@ -271,7 +271,9 @@ current=`cat $currentslot` # Start logging to $logfile -echo "\n\n==== `date` ====" >> $logfile +echo >> $logfile +echo >> $logfile +echo "==== `date` ====" >> $logfile echo `_ 'Command Line ->'` $myname $@ >> $logfile diff --git a/debian/changelog b/debian/changelog index c650a86..14f4def 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ amanda (1:2.6.1p1-1) UNRELEASED; urgency=low * New Upstream Version * tweak configure to ensure ssh support is enabled, closes: #524618 * update debian/control to include my git packaging repo location + * resolve possible bashisms, closes: #530041 * TODO: update postinst inetd clauses to use stream tcp by default -- Bdale Garbee Thu, 20 Aug 2009 00:08:24 -0600