summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-05-05 19:27:22 -0700
committerKaz Kylheku <kaz@kylheku.com>2021-05-05 19:27:22 -0700
commitf38e33e6e333954a3553d34702e57da07e7ae36e (patch)
tree7673437b03ef0442abe3d90fca832229242c767e
parent2eb061fcd1bfae6b9f6a4f632bfd9c18f225cf23 (diff)
downloadtxr-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-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 0b7ea78e..1a54afec 100755
--- a/configure
+++ b/configure
@@ -552,6 +552,7 @@ fi
#
# Tentatively save configuration in config.log
#
+rm -rf reconfigure
cat > reconfigure <<!
#!/bin/sh
#