We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 493abce commit dde7130Copy full SHA for dde7130
src/Misc/layoutbin/run-helper.sh
@@ -52,4 +52,4 @@ else
52
echo "Exiting with unknown error code: ${returnCode}"
53
fi
54
55
-exit $returnCode
+exit $returnCode
src/Misc/layoutroot/run.sh
@@ -21,4 +21,4 @@ do
21
echo "Exit runner after it exited with return code '${returnCode}'"
22
exit $returnCode
23
24
-done
+done
0 commit comments