-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
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)
Reactions are currently unavailable
