summaryrefslogtreecommitdiffstats
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
commit0b3b49b8db9cb957d3d829af9b3f329a9de5569a (patch)
treefbb6884989747afcbcdb6f8a8be2f368311f4f50
parent0d1e6097c2f18fec817d02783261cbc7da0a5a0b (diff)
downloadtxr-0b3b49b8db9cb957d3d829af9b3f329a9de5569a.tar.gz
txr-0b3b49b8db9cb957d3d829af9b3f329a9de5569a.tar.bz2
txr-0b3b49b8db9cb957d3d829af9b3f329a9de5569a.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.
-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.
!