X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=gui;h=23e9e903af340ccb74c936b4fd8704b32dfb8fee;hb=46d356bc055978057542e999892ec6e0cf1c0153;hp=2e8b40feb35b10aaba383375aedabea844443d89;hpb=a83461ac7e653a1caece11dba3f16c6db6fe8509;p=gsu.git diff --git a/gui b/gui index 2e8b40f..23e9e90 100644 --- a/gui +++ b/gui @@ -4,7 +4,7 @@ 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