TextMate2 の Cucumber バンドルをインストールしようとしています。公式ページhttps://github.com/cucumber/cucumber-tmbundleの次の手順に従いました。
mkdir -p ~/Library/Application\ Support/TextMate/Bundles/
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/cucumber/cucumber-tmbundle.git Cucumber.tmbundle
osascript -e 'tell app "TextMate" to reload bundles'
4 行目: osascript -e 'tell app "TextMate" to reload bundles' を実行すると、次のエラーが表示されます。
23:37: syntax error: A identifier can’t go after this identifier. (-2740)
どんな助けでも大歓迎です。