Commit 1a0eeb53 authored by Andreas Mohr's avatar Andreas Mohr Committed by Alexandre Julliard

Fixed an unquoted string.

parent 03482126
...@@ -80,7 +80,7 @@ copy_icon() ...@@ -80,7 +80,7 @@ copy_icon()
{ {
dir=$1 dir=$1
mkdir -p "$dir" mkdir -p "$dir"
mkdir -p "$dir/"`dirname "$link"` || true mkdir -p "$dir/""`dirname "$link"`" || true
if [ -f "$icon" ] if [ -f "$icon" ]
then then
cp "$icon" "$dir/$link.xpm" cp "$icon" "$dir/$link.xpm"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment