From 82a3c0e889de4974e49bdf5ce8f950ebcfdb201b Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Sat, 04 Aug 2012 10:27:56 +0000 Subject: Use bash because we are using source in the script --- 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"` -- cgit v0.9.1