From e701bee27078cc6dcce0436a04ba6496e67e0528 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 23 Nov 2024 10:54:25 +0100 Subject: [PATCH] Fix small typo in build script --- tools/osx_packaging/osx_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index 511f37e93d..4107d2f325 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -766,7 +766,7 @@ if test x$WITH_XJADEO != x ; then DMGBACKGROUND=${DMGBACKGROUND}xj fi -echo "Using image '$DMGBACKGROUND' for the DMG.\n" +echo "Using image '$DMGBACKGROUND' for the DMG." ################################################################################ ### Mixbus plugins, etc