From 0b3b49b8db9cb957d3d829af9b3f329a9de5569a Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 19 Sep 2022 07:39:23 -0700 Subject: configure: add missing "$@" to early reconfigure. * configure: the reconfigure script is generated twice; once before going through the configuration, with a notice indicating configuration did not complete, and then again after configuration. The first instance is missing the "$@" argument, preventing ./reconfigure being used with arguments after an interrupted configure run. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index edf82828..4ac91cc3 100755 --- a/configure +++ b/configure @@ -615,7 +615,7 @@ cat > reconfigure <