live-bootstrap/sysa/run.sh

16 lines
264 B
Bash
Raw Normal View History

2021-01-29 01:31:56 +00:00
#!/bin/bash
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
# SPDX-License-Identifier: GPL-3.0-or-later
set -e
# shellcheck source=sysa/helpers.sh
. helpers.sh
export PREFIX=/after
# Part 21
build m4-1.4
echo "Bootstrapping completed."