Chromium Code Reviews| Index: scripts/xdg-desktop-menu |
| =================================================================== |
| --- scripts/xdg-desktop-menu (revision 80408) |
| +++ scripts/xdg-desktop-menu (working copy) |
| @@ -630,7 +630,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 |
| } |