fixes
This commit is contained in:
parent
aac91e9a55
commit
287a1fd2d3
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user