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