aboutsummaryrefslogtreecommitdiffstats
path: root/macosx-setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'macosx-setup.sh')
-rwxr-xr-xmacosx-setup.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx-setup.sh b/macosx-setup.sh
index fe192952e5..2e62914070 100755
--- a/macosx-setup.sh
+++ b/macosx-setup.sh
@@ -2301,12 +2301,12 @@ echo "You are now prepared to build Wireshark. To do so do:"
echo "export PKG_CONFIG_PATH=$pkg_config_path"
echo ""
if [ -n "$CMAKE" ]; then
- echo "export CMAKE_PREFIX_PATH=$CMAKE_PREFIX_PATH
- echo "export PATH=$PATH:$qt_base_path/bin
+ echo "export CMAKE_PREFIX_PATH=$CMAKE_PREFIX_PATH"
+ echo "export PATH=$PATH:$qt_base_path/bin"
echo "mkdir build; cd build"
echo "cmake .."
echo "make $MAKE_BUILD_OPTS app_bundle"
- echo "make install/strip
+ echo "make install/strip"
echo
echo "or"
echo