X-Git-Url: https://git.lttng.org/?p=lttng-ust.git;a=blobdiff_plain;f=bootstrap;fp=bootstrap;h=2a54f9ec7462f2227a1b11b31c859f1a35c6ff2d;hp=3d5a2984406055cf71457613635c8e0fbd767e72;hb=e03d7c66c57bf268b87296566a5160039f35ccfb;hpb=79f8dc6f50b20fb6b1d99f9bd97d70aa361bc6ad diff --git a/bootstrap b/bootstrap index 3d5a2984..2a54f9ec 100755 --- a/bootstrap +++ b/bootstrap @@ -1,9 +1,11 @@ #!/bin/sh # # SPDX-License-Identifier: LGPL-2.1-only +# +# SPDX-FileCopyrightText: 2022 EfficiOS Inc. set -x -if [ ! -e config ]; then +if [ ! -d "config" ]; then mkdir config fi