diff options
Diffstat (limited to 'make-macosx-app.sh')
-rwxr-xr-x | make-macosx-app.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-macosx-app.sh b/make-macosx-app.sh index 13f6f70d..cea20967 100755 --- a/make-macosx-app.sh +++ b/make-macosx-app.sh @@ -42,7 +42,7 @@ if [ "$2" != "" ]; then elif [ "$2" == "ppc" ]; then CURRENT_ARCH="ppc" else - echo "Invalid architecture: $1" + echo "Invalid architecture: $2" echo "Valid architectures are:" echo " x86" echo " x86_64" |