Yesterday,I upgraded my mac os port from 1.8 to 1.9,and the bash-completion upgraded also.
As the result is my grails bundle can not work again,especially execute the commands,and there is nothing to tip :(
From analysing the the grails bundle codes,I find out the reason: /opt/local/etc/bash_completion should not be executed,so the solution is to check the Texmate env variable,see the code:
As the result is my grails bundle can not work again,especially execute the commands,and there is nothing to tip :(
From analysing the the grails bundle codes,I find out the reason: /opt/local/etc/bash_completion should not be executed,so the solution is to check the Texmate env variable,see the code:
[ -f /opt/local/etc/bash_completion && -z $TM_BASH_INIT ]; then
. /opt/local/etc/bash_completion
fi
用户在将macOS从1.8升级到1.9后遇到了Grails包无法正常工作的问题,特别是命令执行部分没有提示反馈。通过分析Grails包的代码,发现问题是由于执行了/opt/local/etc/bash_completion文件导致。解决方案是检查Texmate环境变量,并根据提供的代码进行调整。
5万+

被折叠的 条评论
为什么被折叠?



