summaryrefslogtreecommitdiff
path: root/conf/default.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/default.conf')
-rwxr-xr-xconf/default.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/default.conf b/conf/default.conf
index 94ef1db..60cf53c 100755
--- a/conf/default.conf
+++ b/conf/default.conf
@@ -5,7 +5,7 @@
set -e
# dirty hack to get this stuff debugable from a bash
-if [ "x$0" == "x-bash" ]; then
+if [ "x$0" == "x-bash" ] || [ "x$0" == "xbash" ]; then
base_dir="$(pwd)"
else
base_dir="$(dirname "$(readlink -f "$0")")/.."