From bc4f88ecd39a2d10154169d8f889807a483ad790 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 11 Feb 2017 23:59:00 +0100 Subject: [PATCH] bootstrap: use "exec" to replace the shell process instead of forking it --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 8556ea2..1761584 100755 --- a/bootstrap +++ b/bootstrap @@ -1,2 +1,2 @@ #!/bin/sh -e -autoreconf -vif +exec autoreconf -vif