resolve potential bashisms
authorBdale Garbee <bdale@gag.com>
Thu, 20 Aug 2009 06:30:43 +0000 (00:30 -0600)
committerBdale Garbee <bdale@gag.com>
Thu, 20 Aug 2009 06:30:43 +0000 (00:30 -0600)
changer-src/chg-mcutil.sh
debian/changelog

index 16b56f10ab00cefe7ad52f577eee589252c6ce25..052619f955e8c96463521611aa369c9d2fe3cbeb 100644 (file)
@@ -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
 
 
index c650a86ef6a231b930e8371dfdd111ba975315a7..14f4defc96b8945b5001e595220efc07cc734058 100644 (file)
@@ -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 <bdale@gag.com>  Thu, 20 Aug 2009 00:08:24 -0600