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 | f38e33e6e333954a3553d34702e57da07e7ae36e (patch) | |
tree | 7673437b03ef0442abe3d90fca832229242c767e | |
parent | 2eb061fcd1bfae6b9f6a4f632bfd9c18f225cf23 (diff) | |
download | txr-f38e33e6e333954a3553d34702e57da07e7ae36e.tar.gz txr-f38e33e6e333954a3553d34702e57da07e7ae36e.tar.bz2 txr-f38e33e6e333954a3553d34702e57da07e7ae36e.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.
-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 # |