fixed global functions varname
This commit is contained in:
parent
04d5350906
commit
f08830aca4
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
scriptname=${0##*/}
|
scriptname=${0##*/}
|
||||||
rundir=$(cd `dirname $0` && pwd)
|
rundir=$(cd `dirname $0` && pwd)
|
||||||
source $prbl-functions
|
source $prbl_functions
|
||||||
|
|
||||||
# Set to only run on interactive sessions (Disabled as cache
|
# Set to only run on interactive sessions (Disabled as cache
|
||||||
# generation is non-interactive, so this would cause outdated
|
# generation is non-interactive, so this would cause outdated
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue