projects
/
lttng-tools.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix: uprobe: missing error code on allocation failure
[lttng-tools.git]
/
bootstrap
diff --git
a/bootstrap
b/bootstrap
index c71b862a5632b09cc8fd546a9ce9c208e37465c7..69289e67f2039a33c6a8ee9c2ce58287fa00056c 100755
(executable)
--- 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 -
v
i
This page took
0.02383 seconds
and
5
git commands to generate.