X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=bootstrap;h=69289e67f2039a33c6a8ee9c2ce58287fa00056c;hb=97f630d42cd12a475293af66e75a71ab7b490633;hp=c71b862a5632b09cc8fd546a9ce9c208e37465c7;hpb=fac6795d6e2c60e79bdc7dab42da94d2025a57d3;p=lttng-tools.git 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