aboutgitcode
diff options
context:
space:
mode:
-rwxr-xr-xmbuto2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbuto b/mbuto
index 44b9a56..f9ee6c5 100755
--- a/mbuto
+++ b/mbuto
@@ -497,7 +497,7 @@ subopts_get_one() {
[ "${__profile}" != "${PROFILE}" ] && return 1
[ "${__passed}" != "${__short}" ] && return 1
- eval $(echo SUBOPT_${__name}="${__value}")
+ eval $(echo SUBOPT_${__name}=\"${__value}\")
}
# subopts_get() - Set sub-option values, validating against SUBOPTS