unable to run vcs
时间:10-02
整理:3721RD
点击:
在终端运行vcs时,总是显示:
/bin/sh: Illegal option -h
/bin/sh: Illegal option -h
你运行vcs的命令行是怎么打的?
What happened is that /bin/dash is NOT properly pointing to the bash shell.
Open a terminal, and type the following:
* sudo rm -f /bin/sh
* sudo ln -s /bin/bash /bin/sh
谢谢分享
