summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-09-19 07:39:23 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-09-19 07:39:23 -0700
commit230d7184c66f768bc9996232b0a207d9466ee4fd (patch)
treefbb6884989747afcbcdb6f8a8be2f368311f4f50 /configure
parenta6b80a09c364c59340d5a6b08d02ab33f085498b (diff)
downloadtxr-230d7184c66f768bc9996232b0a207d9466ee4fd.tar.gz
txr-230d7184c66f768bc9996232b0a207d9466ee4fd.tar.bz2
txr-230d7184c66f768bc9996232b0a207d9466ee4fd.zip
configure: add missing "$@" to early reconfigure.
* configure: the reconfigure script is generated twice; once before going through the configuration, with a notice indicating configuration did not complete, and then again after configuration. The first instance is missing the "$@" argument, preventing ./reconfigure being used with arguments after an interrupted configure run.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index edf82828..4ac91cc3 100755
--- a/configure
+++ b/configure
@@ -615,7 +615,7 @@ cat > reconfigure <<!
#
# Configured on $(date) using:
-$cmdline
+$cmdline "\$@"
# The above did not complete.
!