summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index 1f5c723..42db383 100755
--- a/bootstrap
+++ b/bootstrap
@@ -5,7 +5,7 @@
# Purpose : Bootstraps Adélie from source for any architecture.
# Authors : Zach van Rijn <me@zv.io>
# License : MIT
-# Revision : 20221220
+# Revision : 20221225
#===============================================================
#===============================================================
@@ -670,7 +670,7 @@ if ! test -f rootfs-${TARGET}-patched.tgz; then
##
# Build 'binsub', a string patch tool.
#
- "${MTOOLS}"/musl/bin/gcc -static -O3 \
+ "${MTOOLS}"/musl/bin/gcc -static -O3 \
-o binsub \
"${HERE}"/binsub.c \
;