[Balloon-svn] r1031 - balloon/trunk/rootfs/emdebian

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: subversion@balloonboard.org
Date:  
To: balloon-svn
Subject: [Balloon-svn] r1031 - balloon/trunk/rootfs/emdebian
Author: wookey
Date: 2010-03-23 16:05:31 +0000 (Tue, 23 Mar 2010)
New Revision: 1031

Modified:
balloon/trunk/rootfs/emdebian/rootfs-config
balloon/trunk/rootfs/emdebian/rootfs-config-podpoint
balloon/trunk/rootfs/emdebian/rootfs-config-tcl-sl40
Log:
Fix bug with config file not being sourced on some shells


Modified: balloon/trunk/rootfs/emdebian/rootfs-config
===================================================================
--- balloon/trunk/rootfs/emdebian/rootfs-config    2010-03-19 18:31:02 UTC (rev 1030)
+++ balloon/trunk/rootfs/emdebian/rootfs-config    2010-03-23 16:05:31 UTC (rev 1031)
@@ -32,9 +32,10 @@
   echo "Config dir $CONFIG not found"
 fi


+echo `pwd`
#read in settings
if [ -e config ] ; then
- . config
+ . ./config
fi

         #add serial ports to securetty - now idempotent


Modified: balloon/trunk/rootfs/emdebian/rootfs-config-podpoint
===================================================================
--- balloon/trunk/rootfs/emdebian/rootfs-config-podpoint    2010-03-19 18:31:02 UTC (rev 1030)
+++ balloon/trunk/rootfs/emdebian/rootfs-config-podpoint    2010-03-23 16:05:31 UTC (rev 1031)
@@ -35,7 +35,7 @@


#read in settings
if [ -e config ] ; then
- . config
+ . ./config
fi

         #add serial ports to securetty - now idempotent


Modified: balloon/trunk/rootfs/emdebian/rootfs-config-tcl-sl40
===================================================================
--- balloon/trunk/rootfs/emdebian/rootfs-config-tcl-sl40    2010-03-19 18:31:02 UTC (rev 1030)
+++ balloon/trunk/rootfs/emdebian/rootfs-config-tcl-sl40    2010-03-23 16:05:31 UTC (rev 1031)
@@ -35,7 +35,7 @@


#read in settings
if [ -e config ] ; then
- . config
+ . ./config
fi

         #add serial ports to securetty - now idempotent