From 6451307e491b6c16c9302efd94a48659233d9fe6 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 12 Mar 2011 20:06:36 +0900 Subject: [PATCH] fix typo --- tools/build_ui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build_ui.sh b/tools/build_ui.sh index 818d0bf43..bd695b5a7 100755 --- a/tools/build_ui.sh +++ b/tools/build_ui.sh @@ -38,7 +38,7 @@ if [ $? != 0 ]; then pyuic=/opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/pyuic4 pyrcc=/opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/pyrcc4 else - echo 'Unable to find pyuic4. If you use macpors try `port install py-pyqt4`. If you use homebrew try `brew install pyqt`.' + echo 'Unable to find pyuic4. If you use macports try `port install py-pyqt4`. If you use homebrew try `brew install pyqt`.' exit 1 fi else