From: Michael Jeanson Date: Tue, 6 Oct 2015 16:08:00 +0000 (-0400) Subject: Port: make bootstrap script work on most shell X-Git-Tag: v1.3.0~34 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=283d053fe9d864e755d8c1786b4e231a91ee2422 Port: make bootstrap script work on most shell Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau --- diff --git a/bootstrap b/bootstrap index 1dd41c0d..dd404cb8 100755 --- a/bootstrap +++ b/bootstrap @@ -1,9 +1,8 @@ -#! /bin/sh +#!/bin/sh set -x -if [ ! -e config ]; then +if [ ! -d "config" ]; then mkdir config fi -libtoolize --force --copy -autoreconf -i +autoreconf -vif