Fix an oversight in the previous commit

This commit is contained in:
Matthias Clasen 2010-07-08 16:24:44 -04:00
parent 33f7f6a748
commit 448ac22e80

View File

@ -717,7 +717,7 @@ expand_macro (char macro,
if (info->filename) if (info->filename)
{ {
expanded = g_shell_quote (info->filename); expanded = g_shell_quote (info->filename);
g_string_append (exec, info->filename); g_string_append (exec, expanded);
g_free (expanded); g_free (expanded);
} }
break; break;