X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=bootstrap;h=69289e67f2039a33c6a8ee9c2ce58287fa00056c;hp=c71b862a5632b09cc8fd546a9ce9c208e37465c7;hb=077192fd1880652a61400b493a0b6cf5bb199435;hpb=fac6795d6e2c60e79bdc7dab42da94d2025a57d3 diff --git a/bootstrap b/bootstrap index c71b862a5..69289e67f 100755 --- a/bootstrap +++ b/bootstrap @@ -1,8 +1,9 @@ -#! /bin/sh +#!/bin/sh +# SPDX-License-Identifier: GPL-2.0-only set -x -if [ ! -e config ]; then +if [ ! -d "config" ]; then mkdir config fi -autoreconf -i +autoreconf -vi