aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/build.sh b/build.sh
index 907c070..556bb50 100755
--- a/build.sh
+++ b/build.sh
@@ -34,8 +34,6 @@ execute() {
eval $1
}
-time (
- execute "$CC -o $OUT $SRC $CFLAGS $LDFLAGS"
-)
+time execute "$CC -o $OUT $SRC $CFLAGS $LDFLAGS"
[ "$DO_RUN" -eq 1 ] && $RUN_CMD ./$OUT