From 287a1fd2d3a486314fc39bc2ca403fee16f08894 Mon Sep 17 00:00:00 2001 From: olli <> Date: Wed, 3 Jul 2024 14:27:13 +0200 Subject: [PATCH] fixes --- gaboshlib.include | 4 ---- gaboshlib/g_python.sh | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/gaboshlib.include b/gaboshlib.include index 6adad40..3816be0 100644 --- a/gaboshlib.include +++ b/gaboshlib.include @@ -2,10 +2,6 @@ . /etc/profile -# export all functions -set -a - - ## Include functions for bashfunc in $(find /etc/bash/gaboshlib -type f -name "g_*.bashfunc" -o -name "g_*.sh") do diff --git a/gaboshlib/g_python.sh b/gaboshlib/g_python.sh index 94bccaa..b121093 100644 --- a/gaboshlib/g_python.sh +++ b/gaboshlib/g_python.sh @@ -3,6 +3,8 @@ function g_python { # function for running python in the background # $g_fd_python_in $g_fd_python_out have to be global + g_echo_note "RUNNING FUNCTION ${FUNCNAME} $@" + unset g_python_result local g_jobs