summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index bed7df2..8cdb7d8 100755
--- a/configure
+++ b/configure
@@ -83,7 +83,7 @@ nproc() {
}
# Save the ./configure command line for bfs --version
-export CONFIG="$0 $*"
+export CONFFLAGS="$*"
# Default to `make`
MAKE="${MAKE-make}"