diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-07-16 08:09:42 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-07-16 08:28:56 -0700 |
commit | 44d26b77c45668c9b0c99894a4294cec004361fe (patch) | |
tree | 68a5dcd4971873efd4ce184e9bf9a531c2161813 /linux/bootstrap | |
parent | ac45f097153afd3a89f43886e4124c5b2c26b98a (diff) | |
download | mu-44d26b77c45668c9b0c99894a4294cec004361fe.tar.gz |
.
Diffstat (limited to 'linux/bootstrap')
-rwxr-xr-x | linux/bootstrap/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/bootstrap/build b/linux/bootstrap/build index de5b432d..ee4b5546 100755 --- a/linux/bootstrap/build +++ b/linux/bootstrap/build @@ -99,7 +99,7 @@ grep -h "^\s*void test_" bootstrap.cc |sed 's/^\s*void \(.*\)() {.*/"\1",/' |u older_than bootstrap_bin bootstrap.cc *_list && { $CXX $CXXFLAGS bootstrap.cc -o bootstrap_bin - echo + echo >&2 } exit 0 |