aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
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