Skip to content

Second if statement not coloured #16

@de-jcup

Description

@de-jcup

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

image

(original bug information came from https://marketplace.eclipse.org/comment/4750#comment-4750)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions