X-Git-Url: http://git.tuebingen.mpg.de/?p=gsu.git;a=blobdiff_plain;f=config;h=0f8bb596af8d1351c4c1d2d34d3190535cea24d6;hp=caaf39dc2c537c01c975ac0f16006bb85b06d6d2;hb=4167cc8db6c44314335cffd9c1a80f6da7ae4a69;hpb=06c59d15434c5d0ea5757bfd4322d74f960dba57 diff --git a/config b/config index caaf39d..0f8bb59 100644 --- a/config +++ b/config @@ -84,6 +84,6 @@ gsu_check_options_or_die() if [[ "$(type -t _gsu_setup)" != "function" ]]; then gsu_dir=${gsu_dir:-${BASH_SOURCE[0]%/*}} - . $gsu_dir/common || exit 1 + . "$gsu_dir/common" || exit 1 _gsu_setup fi