gtt: The git topic tool.
authorAndre Noll <maan@systemlinux.org>
Fri, 4 Jun 2010 16:17:55 +0000 (18:17 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Fri, 29 Aug 2014 19:36:08 +0000 (21:36 +0200)
Another gsu-based script for managing git topic branches.

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