Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-08-04 10:27:56 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-08-04 10:27:56 (GMT)
commit82a3c0e889de4974e49bdf5ce8f950ebcfdb201b (patch)
treeac0da40e821977ef7ba7c2862a4e9ec8d57e1340 /scripts
parent867d2522a4628e6a2b84add6a8f137f999e5d4fb (diff)
Use bash because we are using source in the script
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/shell/start-sugar2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/shell/start-sugar b/scripts/shell/start-sugar
index 458a36e..5408a43 100755
--- a/scripts/shell/start-sugar
+++ b/scripts/shell/start-sugar
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
shelldir=`dirname "$0"`
scriptsdir=`dirname "$shelldir"`