We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4e99f commit 7251905Copy full SHA for 7251905
src/Misc/layoutroot/run.sh
@@ -15,7 +15,7 @@ while :;
15
do
16
"$DIR"/bin/run-helper.sh $*
17
returnCode=$?
18
- if [[ $returnCode -e 1 ]]; then
+ if [[ $returnCode -eq 1 ]]; then
19
echo "Restarting runner..."
20
else
21
echo "Exiting runner..."
0 commit comments