From d837e20919b1c4fcb1f71302b9804760c228e7dd Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 20 Aug 2009 00:30:43 -0600 Subject: [PATCH] resolve potential bashisms --- changer-src/chg-mcutil.sh | 4 +++- debian/changelog | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.30.2