From 3ca173ddad7280c34980934e7afea7188509b6b7 Mon Sep 17 00:00:00 2001 From: Mengjuei Hsieh Date: Tue, 6 Sep 2011 22:22:24 -0700 Subject: [PATCH] typo --- Installer/Script.bash | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Installer/Script.bash b/Installer/Script.bash index 97e731fc..48a88033 100644 --- a/Installer/Script.bash +++ b/Installer/Script.bash @@ -2,7 +2,7 @@ # The following files are bundled: # -# 'Lettuce.app' +# 'McBopomofo.app' # 'CocoaDialog.app' # 'pic_normal.png' # @@ -22,8 +22,8 @@ if [ $rv == "No" ]; then exit 0 fi -if [ $(/bin/ps xww|/usr/bin/awk '/Lettuce/{bm=1}END{print bm}')"blah" != "blah1" ]; then - killall -9 Lettuce +if [ $(/bin/ps xww|/usr/bin/awk '/McBopomofo/{bm=1}END{print bm}')"blah" != "blah1" ]; then + killall -9 McBopomofo echo PROGRESS:25 fi if [ ! -e $HOME/Library/Input\ Methods ]; then @@ -32,8 +32,8 @@ if [ ! -e $HOME/Library/Input\ Methods ]; then else echo PROGRESS:50 fi -cp -R Lettuce.app $HOME/Library/Input\ Methods/ +cp -R McBopomofo.app $HOME/Library/Input\ Methods/ echo PROGRESS:75 -$HOME/Library/Input\ Methods/Lettuce.app/Contents/MacOS/Lettuce install +$HOME/Library/Input\ Methods/McBopomofo.app/Contents/MacOS/McBopomofo install echo PROGRESS:100 $CD bubble --debug --title "Thank you!" --text "McBoPoMoPo has been installed." --icon-file pic_normal.png