| Index: third_party/xdg-utils/scripts/xdg-icon-resource
|
| ===================================================================
|
| --- third_party/xdg-utils/scripts/xdg-icon-resource (revision 21489)
|
| +++ third_party/xdg-utils/scripts/xdg-icon-resource (working copy)
|
| @@ -771,7 +771,7 @@
|
| [ $context = "mimetypes" ] && need_gnome_mime=true
|
| # End GNOME legacy workaround section
|
|
|
| -[ -n "$icon_name" ] || icon_name=`basename $icon_file | sed 's/\.[a-z][a-z][a-z]$//'`
|
| +[ -n "$icon_name" ] || icon_name=`basename "$icon_file" | sed 's/\.[a-z][a-z][a-z]$//'`
|
|
|
| if [ "$vendor" = "true" -a "$action" = "install" -a "$context" = "apps" ] ; then
|
| check_vendor_prefix "$icon_name" "icon name"
|
|
|