projects
/
lttng-tools.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Fix: sessiond: wrong variable checked for error code
[lttng-tools.git]
/
bootstrap
Commit
Line
Data
e4107a10
1
#!/bin/sh
ab5be9fa
2
# SPDX-License-Identifier: GPL-2.0-only
fac6795d
DG
3
4
set -x
e4107a10
5
if [ ! -d "config" ]; then
fac6795d
DG
6
mkdir config
7
fi
8
3528f2a3
9
autoreconf -vi
This page took
0.039794 seconds
and
4
git commands to generate.