微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

bash – 运行osascript -e错误“告诉应用程序”TextMate“重新加载bundle’

我正在尝试为TextMate2安装Cucumber bundle。我按照官方页面 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’告诉应用程序“TextMate”重新加载bundles’,我收到以下错误

23:37: Syntax error: A identifier can’t go after this identifier. (-2740)

任何帮助将不胜感激。

如果您双击* .tmbundle文件,TextMate将询问您是否要安装Bundle。您不必再将文件复制到库目录中。

原文地址:https://www.jb51.cc/bash/389338.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐