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

前端之家收集整理的这篇文章主要介绍了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.f2er.com/bash/389338.html

猜你在找的Bash相关文章