diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh
index 2fe29e6..2c49141 100644
--- a/sofort/ccenv/ccenv.sh
+++ b/sofort/ccenv/ccenv.sh
@@ -1269,7 +1269,7 @@ ccenv_set_toolchain_variables()
 	ccenv_output_defs
 	ccenv_clean_up
 
-	eval ccenv_${ccenv_cfgtype}_cc="$ccenv_cc"
+	eval 'ccenv_'${ccenv_cfgtype}'_cc'=\'$ccenv_cc\'
 }
 
 ccenv_set_host_variables()