run-tests: quote scriptDir

scriptDir may contain spaces.
This commit is contained in:
Erik Arvstedt 2021-08-15 11:28:39 +02:00
parent 1ef8cbb384
commit 6de9aba854
No known key found for this signature in database
GPG Key ID: 33312B944DD97846

View File

@ -277,7 +277,7 @@ examples() {
./deploy-qemu-vm.sh
./deploy-krops.sh
"
(cd $scriptDir/../examples && nix-shell --run "$script")
(cd "$scriptDir/../examples" && nix-shell --run "$script")
}
all() {