diff options
author | Stef Walter <stefw@gnome.org> | 2013-03-07 16:34:40 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-03-07 16:36:01 +0100 |
commit | 3e532011ac100391315ffa13f537ed130cc45b2e (patch) | |
tree | 2f4bfe3aea607c0a77fbf144a22431c0e8af8642 /tools | |
parent | be5d505fe840836561488bba3d11d8584ca9cb97 (diff) |
tools: Remove extra debugging statement when running external commands
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tool.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/tool.c b/tools/tool.c index e971845..b736dd2 100644 --- a/tools/tool.c +++ b/tools/tool.c @@ -203,7 +203,6 @@ exec_external (const char *command, path = getenv ("PATH"); if (!asprintf (&env, "PATH=%s%s%s", path ? path : "", path ? ":" : "", PKGDATADIR)) return_if_reached (); - printf ("%s\n", env); putenv (env); argv[0] = filename; |