aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-10-06 20:17:27 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-25 14:36:46 +0200
commita9a8cf8d337470bb9b4466aea9593df7f5fac776 (patch)
tree22c197c8217cd216e58f8a47a6820d96ff279138 /build.sh
parentfa03e7d230f2625c384ca9a7c314b6d05ab44e70 (diff)
Implicit cast to larger size, number suffix for number bitsize
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index c309380..144ae2f 100755
--- a/build.sh
+++ b/build.sh
@@ -10,7 +10,7 @@ source_files=$(find "src" -name "*.c")
cpu_arch="$ARCH"
if [ -z "$ARCH" ]; then
cpu_arch=$(uname -m)
- echo "Cpu architecture detected: $cpu_arch." 'You can override the architecture with the environment variable $ARCH'
+ echo "Cpu architecture detected: $cpu_arch." 'You can override the architecture with the $ARCH environment variable.'
fi
if [ "$cpu_arch" = "x86_64" ]; then