diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-05-05 19:29:02 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-05-05 19:29:02 -0700 |
commit | 0b9caee5e2af2a3083455af12b1fef9af9603db6 (patch) | |
tree | 8a2868eb2a0b3a91e05e962bc1ce281b88a0229f | |
parent | f38e33e6e333954a3553d34702e57da07e7ae36e (diff) | |
download | txr-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-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3738,9 +3738,9 @@ printf "done\n" cat > reconfigure <<! #!/bin/sh # -# Configured on $(date) using: +# Configured on $(date) using these parameters: -$cmdline +$cmdline "\$@" ! # |