]> git.tuebingen.mpg.de Git - gsu.git/blobdiff - funcs/gsu
gtt: The git topic tool.
[gsu.git] / funcs / gsu
index 75e569cb0a00789badb00735bf3a36f8391ce6db..8cfa4de0f89b2fc1574c7cb00cf58a9fbd59ce7d 100644 (file)
--- 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