Code review comment for lp:~mitya57/unity-gtk-module/lp1383382

Revision history for this message
Dmitry Shachnev (mitya57) wrote :

Sorry, I forgot a semicolon before then:

for DESKTOP in $(echo "$XDG_CURRENT_DESKTOP" | sed 's/:/ /')
do
  if [ "x$DESKTOP" = "xUnity" ]; then
    exit 0
  fi
done
stop

Do you prefer this variant?

« Back to merge proposal