diff options
author | blockparole <[email protected]> | 2020-07-28 05:05:37 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-27 23:05:37 -0400 |
commit | 5aaf1c514af9670b2d98cfd875b5a3ec295ae578 (patch) | |
tree | 85f216ee618d130dd44d2339f2aedac95f91e040 /scripts | |
parent | a8ef09b82c5f59901a0d48c5c72935cdfed417b6 (diff) | |
download | Paper-5aaf1c514af9670b2d98cfd875b5a3ec295ae578.tar.gz Paper-5aaf1c514af9670b2d98cfd875b5a3ec295ae578.zip |
prevent path space splitting in testServer.sh (#4007)
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/testServer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/testServer.sh b/scripts/testServer.sh index 834e4a9178..3fabfcd0bf 100755 --- a/scripts/testServer.sh +++ b/scripts/testServer.sh @@ -10,7 +10,7 @@ gitcmd="git -c commit.gpgsign=false" # # FUNCTIONS # -source $basedir/scripts/functions.sh +source "$basedir"/scripts/functions.sh updateTest() { paperstash |