Skip to content
Snippets Groups Projects
Commit 4d1d8a4f authored by Simon McVittie's avatar Simon McVittie
Browse files

wrap: Print environment variables quoted as intended

parent 11a3edb3
No related branches found
No related tags found
No related merge requests found
...@@ -2164,7 +2164,7 @@ main (int argc, ...@@ -2164,7 +2164,7 @@ main (int argc,
{ {
g_autofree gchar *quoted = g_shell_quote (env[i]); g_autofree gchar *quoted = g_shell_quote (env[i]);
g_message ("\t%s", env[i]); g_message ("\t%s", quoted);
} }
g_message ("Wrapped command:"); g_message ("Wrapped command:");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment