Chromium Code Reviews| Index: scripts/xdg-settings |
| =================================================================== |
| --- scripts/xdg-settings (revision 84156) |
| +++ scripts/xdg-settings (working copy) |
| @@ -406,7 +406,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 > /dev/null 2> /dev/null || DE="gnome3" |
| + which gnome-default-applications-properties > /dev/null 2>&1 || DE="gnome3" |
| fi |
| } |