prevent path space splitting in testServer.sh (#4007)
This commit is contained in:
parent
a8ef09b82c
commit
5aaf1c514a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ gitcmd="git -c commit.gpgsign=false"
|
|||
#
|
||||
# FUNCTIONS
|
||||
#
|
||||
source $basedir/scripts/functions.sh
|
||||
source "$basedir"/scripts/functions.sh
|
||||
|
||||
updateTest() {
|
||||
paperstash
|
||||
|
|
Loading…
Reference in a new issue