Fix: session destruction blocks indefinitely if rotation is ongoing
[lttng-tools.git] / bootstrap
index c71b862a5632b09cc8fd546a9ce9c208e37465c7..2bec3713512d2c4fab2371a3a66a5367bcb18c4a 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 -vi
This page took 0.024187 seconds and 5 git commands to generate.