| Index: scripts/xdg-icon-resource
|
| ===================================================================
|
| --- scripts/xdg-icon-resource (revision 84156)
|
| +++ scripts/xdg-icon-resource (working copy)
|
| @@ -491,7 +491,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
|
| }
|
|
|
|
|