Port: make bootstrap script work on most shells
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 6 Oct 2015 21:38:35 +0000 (17:38 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 19 Oct 2015 04:14:08 +0000 (00:14 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
bootstrap

index c71b862a5632b09cc8fd546a9ce9c208e37465c7..dd404cb85aff418d64ff679f26bd1d68a628bdbe 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,8 +1,8 @@
-#! /bin/sh
+#!/bin/sh
 
 set -x
-if [ ! -e config ]; then
+if [ ! -d "config" ]; then
        mkdir config
 fi
 
-autoreconf -i
+autoreconf -vif
This page took 0.028998 seconds and 4 git commands to generate.