aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMikhail Romanko <me@blankhex.com>2025-08-02 16:39:23 +0300
committerMikhail Romanko <me@blankhex.com>2025-08-02 16:39:23 +0300
commitc5361ddeaf058bebff1d190ad4a3e389f4103a69 (patch)
treeb4b4e1a9ac403b4cddb592934717e6e3a00e6464 /configure
parentd94055b3026d5970b9fd82fceb06d19534fbe4d2 (diff)
downloadbhlib-c5361ddeaf058bebff1d190ad4a3e389f4103a69.tar.gz
Fix configure script
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 19558ab..f90d194 100755
--- a/configure
+++ b/configure
@@ -22,7 +22,7 @@ if [ -z "$ar" ]; then ar="ar"; fi
assign_option() {
set -- "${1#--}" "$2"
set -- "${2:-${1%%=*}}" "${1#*=}"
- eval "$1=$2"
+ eval "$1=\"$2\""
}
assign_toggle() {