summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-05-05 19:29:02 -0700
committerKaz Kylheku <kaz@kylheku.com>2021-05-05 19:29:02 -0700
commit0b9caee5e2af2a3083455af12b1fef9af9603db6 (patch)
tree8a2868eb2a0b3a91e05e962bc1ce281b88a0229f
parentf38e33e6e333954a3553d34702e57da07e7ae36e (diff)
downloadtxr-0b9caee5e2af2a3083455af12b1fef9af9603db6.tar.gz
txr-0b9caee5e2af2a3083455af12b1fef9af9603db6.tar.bz2
txr-0b9caee5e2af2a3083455af12b1fef9af9603db6.zip
configure: reconfigure: add "$@" to configure line.
* configure: Allow the conveninence of additional parameters to be passed through reconfigure, to tweak the previous configuration.
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 1a54afec..6e1351eb 100755
--- a/configure
+++ b/configure
@@ -3738,9 +3738,9 @@ printf "done\n"
cat > reconfigure <<!
#!/bin/sh
#
-# Configured on $(date) using:
+# Configured on $(date) using these parameters:
-$cmdline
+$cmdline "\$@"
!
#