sh: Syntax error: Bad fd number
由 sukruth-v (Intel) 发布于 2012 年 9 月 12 日
这是原始内容的机器翻译版本。 其提供仅用于信息目的,不应将其视为或用作完整或精确的信息。
Problem:-
When trying to install the Intel* composer XE as an User (in Ubuntu 12.04), Then we may sometimes encounter an error " sh: Syntax error. Bad fd number".
Cause:-
If the default shell is not set to bash.
Solution:-
Perform these 2 steps below:-
sudo rm /bin/sh
sudo ln -s /bin/bash /bin/sh
After this again restart the installation.
有关编译器优化的更完整信息,请参阅优化通知。