From: Andre Noll Date: Fri, 4 Jun 2010 16:17:55 +0000 (+0200) Subject: gtt: The git topic tool. X-Git-Url: http://git.tuebingen.mpg.de/?p=gsu.git;a=commitdiff_plain;h=931058bec39872e60eedba0effc151e75997d911;hp=b3e4039f76f3af4dc2c11642e9edd8309161951c gtt: The git topic tool. Another gsu-based script for managing git topic branches. --- 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