diff --git a/artiq/windows/run-test.nix b/artiq/windows/run-test.nix index 063b23a..9b56a94 100644 --- a/artiq/windows/run-test.nix +++ b/artiq/windows/run-test.nix @@ -69,7 +69,7 @@ stdenv.mkDerivation { ${ssh "shutdown -p -f"} wait - [ "\\$FAIL" = "y" ] && exit 1 + [ "\\\$FAIL" = "y" ] && exit 1 EOF chmod a+x $out/bin/run.sh