Chromium Code Reviews| Index: third_party/xdg-utils/scripts/xdg-desktop-icon |
| =================================================================== |
| --- third_party/xdg-utils/scripts/xdg-desktop-icon (revision 21489) |
| +++ third_party/xdg-utils/scripts/xdg-desktop-icon (working copy) |
| @@ -519,7 +519,7 @@ |
| fi |
| desktop_dir="$desktop_dir $desktop_dir_kde $desktop_dir_gnome" |
| -basefile=`basename $desktop_file` |
| +basefile=`basename "$desktop_file"` |
| DEBUG 1 "$action $desktop_file in $desktop_dir" |