summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/updater/init.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/updater/init.php b/plugins/updater/init.php
index 8a7c8a9ca..ef5a94967 100644
--- a/plugins/updater/init.php
+++ b/plugins/updater/init.php
@@ -59,6 +59,10 @@ class Updater extends Plugin {
$stop = true; break;
}
+ // bah, also humbug
+ putenv("PATH=" . getenv("PATH") . PATH_SEPARATOR . "/bin" .
+ PATH_SEPARATOR . "/usr/bin");
+
array_push($log, "Checking for tar...");
$system_rc = 0;