Fix: load: incomplete error handling for load_session_from_file
[lttng-tools.git] / bootstrap
... / ...
CommitLineData
1#!/bin/sh
2# SPDX-License-Identifier: GPL-2.0-only
3
4set -x
5if [ ! -d "config" ]; then
6 mkdir config
7fi
8
9autoreconf -vi
This page took 0.023542 seconds and 5 git commands to generate.