projects
/
onyx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5275a75
)
stupid shell single vs double quotes
author
Brendan Hansen
<brendan.f.hansen@gmail.com>
Mon, 4 Jan 2021 01:52:12 +0000
(19:52 -0600)
committer
Brendan Hansen
<brendan.f.hansen@gmail.com>
Mon, 4 Jan 2021 01:52:12 +0000
(19:52 -0600)
build.sh
patch
|
blob
|
history
diff --git
a/build.sh
b/build.sh
index 69b090ae450de74622b74e68e033e0def88c457f..dd39ecf4c3ccd8910b197df0929a24fe14a5daee 100644
(file)
--- a/
build.sh
+++ b/
build.sh
@@
-6,7
+6,7
@@
CC='gcc'
FLAGS='-O3 -I./include'
BUILD_DIR='./build'
-mkdir -p
'$BUILD_DIR'
+mkdir -p
"$BUILD_DIR"
for file in $C_FILES ; do
echo "Compiling $file.c"