Chromium Code Reviews| Index: scripts/xdg-desktop-icon |
| =================================================================== |
| --- scripts/xdg-desktop-icon (revision 80408) |
| +++ scripts/xdg-desktop-icon (working copy) |
| @@ -434,7 +434,7 @@ |
| if [ x"$DE" = x"gnome" ]; then |
| # gnome-default-applications-properties is only available in GNOME 2.x |
| # but not in GNOME 3.x |
| - which gnome-default-applications-properties 2> /dev/null || DE="gnome3" |
| + which gnome-default-applications-properties > /dev/null 2> /dev/null || DE="gnome3" |
| fi |
| } |