[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: gaf.git: branch: master updated (1.5.0-20080706-432-g59a0988)



The branch, master has been updated
       via  59a09888c3a0f70af8312da604a98cb2d0c411d5 (commit)
      from  e51ce946141363fa796a8744d5600bbe3436b925 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 .../tests/common/outputs/regen_sub_makefile_am.sh  |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


=================
 Commit Messages
=================

commit 59a09888c3a0f70af8312da604a98cb2d0c411d5
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Sat Dec 20 19:36:09 2008 +0000

    gnetlist: Fix regen_sub_makefile.sh
    
    Needs /bin/bash, and an -e argument to the second echo.

:100755 100755 aeca5b7... a64f59a... M	gnetlist/tests/common/outputs/regen_sub_makefile_am.sh

=========
 Changes
=========

commit 59a09888c3a0f70af8312da604a98cb2d0c411d5
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Sat Dec 20 19:36:09 2008 +0000

    gnetlist: Fix regen_sub_makefile.sh
    
    Needs /bin/bash, and an -e argument to the second echo.

diff --git a/gnetlist/tests/common/outputs/regen_sub_makefile_am.sh b/gnetlist/tests/common/outputs/regen_sub_makefile_am.sh
index aeca5b7..a64f59a 100755
--- a/gnetlist/tests/common/outputs/regen_sub_makefile_am.sh
+++ b/gnetlist/tests/common/outputs/regen_sub_makefile_am.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 OUTPUTDIRS=`find . -mindepth 1 -type d`
 
@@ -7,7 +7,7 @@ for DIR in $OUTPUTDIRS; do
   echo -n "EXTRA_DIST=" > $DIR/Makefile.am
   for FILE in $EXTRADIST; do
     BASEFILE=`basename $FILE`
-    echo -n " \\\\\\n\\t$BASEFILE" >> $DIR/Makefile.am
+    echo -n -e " \\\\\\n\\t$BASEFILE" >> $DIR/Makefile.am
   done
   echo >> $DIR/Makefile.am
 done




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs