index
:
mingw-w64-build-ng.git
Zeranoe's Mingw-w64 build script with focus on security. Used by mingw-w64-ddk-template.
log msg
author
committer
range
main
tmp
about
summary
refs
log
tree
commit
diff
path:
root
/
mingw-w64-build
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'mingw-w64-build')
-rwxr-xr-x
mingw-w64-build
2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingw-w64-build b/mingw-w64-build
index 83cdb1f..1ccc7b8 100755
--- a/
mingw-w64-build
+++ b/
mingw-w64-build
@@ -100,7 +100,7 @@ execute()
printf "(%d/%d): %s\n" "$CURRENT_STEP" "$TOTAL_STEPS" "$info_msg"
CURRENT_STEP=$((CURRENT_STEP + 1))
fi
- $@ >>"$LOG_FILE" 2>&1 || error_exit "$error_msg, check $LOG_FILE for details"
+ "$@" >>"$LOG_FILE" 2>&1 || error_exit "$error_msg, check $LOG_FILE for details"
}
create_dir()