We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In this piece of code, the second if statament is not coloured
if [ -f /etc/lsb-release -o -d /etc/lsb-release.d ]; then DIST=$(grep "DISTRIB_ID" /etc/lsb-release|awk -F"=" '{print $2}'|tr -d "\"', \n") if [ -z "$DIST" ]; then DIST="Ubuntu" fi fi
(original bug information came from https://marketplace.eclipse.org/comment/4750#comment-4750)
In this piece of code, the second if statament is not coloured
(original bug information came from https://marketplace.eclipse.org/comment/4750#comment-4750)