„gaboshlib.include“ ändern
This commit is contained in:
@@ -7,7 +7,7 @@ set -a
|
|||||||
|
|
||||||
|
|
||||||
## Include functions
|
## Include functions
|
||||||
for bashfunc in $(find /etc/bash/gaboshlib -type f -name "g_*.bashfunc")
|
for bashfunc in $(find /etc/bash/gaboshlib -type f -name "g_*.bashfunc" -o -name "g_*.sh")
|
||||||
do
|
do
|
||||||
#echo $bashfunc
|
#echo $bashfunc
|
||||||
. "$bashfunc"
|
. "$bashfunc"
|
||||||
|
|||||||
Reference in New Issue
Block a user