From 992453c6a67eee7bab0a14b5bad4da3678ff84ec Mon Sep 17 00:00:00 2001 From: olli Date: Mon, 25 Mar 2024 21:12:01 +0100 Subject: [PATCH] tmp path --- gaboshlib/g_python.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/gaboshlib/g_python.sh b/gaboshlib/g_python.sh index b709046..0f54689 100644 --- a/gaboshlib/g_python.sh +++ b/gaboshlib/g_python.sh @@ -1,7 +1,6 @@ function g_python { unset g_python_result - g_tmp=/tmp g_rnd=$$ # Use python in backround for multiple python commands running much faster if [ -z "${g_python_running}" ]