From fd5305cad10db8038377379fbeb227cdbdfc11c2 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 2 Jun 2017 13:28:20 +0200 Subject: conf/default.conf: make work even better in bash (did it work before at all?) --- conf/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') 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")")/.." -- cgit v1.2.3-54-g00ecf