diff --git a/build.sh b/build.sh index eb17c716f4a..86cefa83971 100755 --- a/build.sh +++ b/build.sh @@ -25,7 +25,8 @@ link_and_run() { shift pushd target/out gcc $@ -o $target - ./$target + sh -c ./$target || true + popd } build_lib() {