summaryrefslogtreecommitdiffstats
path: root/crtSignedContainer.sh
diff options
context:
space:
mode:
Diffstat (limited to 'crtSignedContainer.sh')
-rwxr-xr-xcrtSignedContainer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/crtSignedContainer.sh b/crtSignedContainer.sh
index b7b628a..afced54 100755
--- a/crtSignedContainer.sh
+++ b/crtSignedContainer.sh
@@ -195,7 +195,7 @@ parseIni () {
elif test -n "$value"
then
# This is a property, set it
- declare -g "${section}_${property}=$value"
+ eval "${section}_${property}=\"$value\""
fi
done < "$1"
}
OpenPOWER on IntegriCloud