diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-05-05 19:27:22 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-05-05 19:27:22 -0700 |
commit | 1e6f94647bec8dbc37dcf57547d32b5cbab43061 (patch) | |
tree | 7673437b03ef0442abe3d90fca832229242c767e /configure | |
parent | cd157595ffd58ad1eadb52c9adf2671a94794f07 (diff) | |
download | txr-1e6f94647bec8dbc37dcf57547d32b5cbab43061.tar.gz txr-1e6f94647bec8dbc37dcf57547d32b5cbab43061.tar.bz2 txr-1e6f94647bec8dbc37dcf57547d32b5cbab43061.zip |
configure: bug: in-place reconfigure clobber.
* configure: before generating reconfigure, remove it.
Otherwise, if are executing the reconfigure script, errors
can appear in it if its length is extended.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -552,6 +552,7 @@ fi # # Tentatively save configuration in config.log # +rm -rf reconfigure cat > reconfigure <<! #!/bin/sh # |