X-Git-Url: http://git.tuebingen.mpg.de/?p=gsu.git;a=blobdiff_plain;f=funcs%2Fgsu;h=8cfa4de0f89b2fc1574c7cb00cf58a9fbd59ce7d;hp=75e569cb0a00789badb00735bf3a36f8391ce6db;hb=931058bec39872e60eedba0effc151e75997d911;hpb=b3e4039f76f3af4dc2c11642e9edd8309161951c diff --git a/funcs/gsu b/funcs/gsu index 75e569c..8cfa4de 100644 --- a/funcs/gsu +++ b/funcs/gsu @@ -357,7 +357,7 @@ _gsu_check_options() return esac - eval ${gsu_config_var_prefix}_$name="\"${val:=$default_value}\"" + eval ${gsu_config_var_prefix}_$name='"'${val:=$default_value}'"' # Check option type. ATM, only num and string are supported # Other types may be added without breaking compatibility case "$option_type" in