fixes
This commit is contained in:
parent
aac91e9a55
commit
287a1fd2d3
@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
. /etc/profile
|
. /etc/profile
|
||||||
|
|
||||||
# export all functions
|
|
||||||
set -a
|
|
||||||
|
|
||||||
|
|
||||||
## Include functions
|
## Include functions
|
||||||
for bashfunc in $(find /etc/bash/gaboshlib -type f -name "g_*.bashfunc" -o -name "g_*.sh")
|
for bashfunc in $(find /etc/bash/gaboshlib -type f -name "g_*.bashfunc" -o -name "g_*.sh")
|
||||||
do
|
do
|
||||||
|
@ -3,6 +3,8 @@ function g_python {
|
|||||||
# function for running python in the background
|
# function for running python in the background
|
||||||
# $g_fd_python_in $g_fd_python_out have to be global
|
# $g_fd_python_in $g_fd_python_out have to be global
|
||||||
|
|
||||||
|
g_echo_note "RUNNING FUNCTION ${FUNCNAME} $@"
|
||||||
|
|
||||||
unset g_python_result
|
unset g_python_result
|
||||||
|
|
||||||
local g_jobs
|
local g_jobs
|
||||||
|
Loading…
Reference in New Issue
Block a user