From a788a422aa67a6578194f34217ff02842c1c8631 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Thu, 12 Nov 2015 13:17:19 +0100 Subject: [PATCH] Allow the bootstrap script to be called from a subfolder --- bootstrap | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bootstrap b/bootstrap index 872167c6..bde67cbd 100755 --- a/bootstrap +++ b/bootstrap @@ -1,3 +1,7 @@ #!/bin/sh +set -e + +cd "$(dirname "$0")" + autoreconf -vif