From 931058bec39872e60eedba0effc151e75997d911 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 4 Jun 2010 18:17:55 +0200 Subject: [PATCH 1/1] gtt: The git topic tool. Another gsu-based script for managing git topic branches. --- funcs/gsu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2