diff options
Diffstat (limited to 'linux/bootstrap/build')
-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 |