mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 15:00:13 +01:00
prevent path space splitting in testServer.sh (#4007)
This commit is contained in:
parent
b6aced22de
commit
8970b17f6f
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