fix: handle EINTR correctly in get_cpu_mask_from_sysfs
[libside.git] / bootstrap
1 #!/bin/sh
2 #
3 # SPDX-License-Identifier: MIT
4 # SPDX-FileCopyrightText: 2022 EfficiOS Inc.
5
6 set -x
7 if [ ! -d "config" ]; then
8 mkdir config
9 fi
10
11 autoreconf -vif -W all,error
This page took 0.029735 seconds and 4 git commands to generate.