aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uzbl-core.c')
-rw-r--r--src/uzbl-core.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/uzbl-core.c b/src/uzbl-core.c
index 129bb2a..13328d0 100644
--- a/src/uzbl-core.c
+++ b/src/uzbl-core.c
@@ -1337,6 +1337,9 @@ run_command (const gchar *command, const guint npre, const gchar **args,
printf("Stdout: %s\n", *output_stdout);
}
}
+ if (!environ_set) {
+ g_printerr("failed to set the environment for scripts");
+ }
if (err) {
g_printerr("error on run_command: %s\n", err->message);
g_error_free (err);