test/configure

changeset 172
3ffb04ba3f41
parent 171
9e4fd0d54ade
child 173
16324bb74fb1
--- a/test/configure	Sun Nov 30 13:19:24 2025 +0100
+++ b/test/configure	Sun Nov 30 14:05:42 2025 +0100
@@ -150,15 +150,15 @@
     :
     if test -z "$prefix__initialized__"; then
         prefix__initialized__=1
-        prefix="/usr"
+        prefix='/usr'
     fi
     if test -z "$exec_prefix__initialized__"; then
         exec_prefix__initialized__=1
-        exec_prefix=""
+        exec_prefix=''
     fi
     if test -z "$libdir__initialized__"; then
         libdir__initialized__=1
-        libdir=""
+        libdir=''
     fi
     if test -z "$HOST__initialized__"; then
         HOST__initialized__=1
@@ -171,7 +171,7 @@
     :
     if test -z "$PWD__initialized__"; then
         PWD__initialized__=1
-        PWD="pwd"
+        PWD='pwd'
     fi
 fi
 if true \
@@ -180,7 +180,7 @@
     :
     if test -z "$PWD__initialized__"; then
         PWD__initialized__=1
-        PWD="pwd -W"
+        PWD='pwd -W'
     fi
 fi
 

mercurial