diff options
Diffstat (limited to 'cje-production/mbscripts/mb010_createEnvfiles.sh')
-rwxr-xr-x | cje-production/mbscripts/mb010_createEnvfiles.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cje-production/mbscripts/mb010_createEnvfiles.sh b/cje-production/mbscripts/mb010_createEnvfiles.sh index b20abba1a..7a907292e 100755 --- a/cje-production/mbscripts/mb010_createEnvfiles.sh +++ b/cje-production/mbscripts/mb010_createEnvfiles.sh @@ -49,6 +49,6 @@ do then continue fi - fn-addToPropFiles $key $value + fn-addToPropFiles $key "$value" fi done < ../buildproperties.txt |