Skip to content

Commit 7e7c4c1

Browse files
committed
Fix typo
1 parent 7251905 commit 7e7c4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Misc/layoutroot/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ while :;
1515
do
1616
"$DIR"/bin/run-helper.sh $*
1717
returnCode=$?
18-
if [[ $returnCode -eq 1 ]]; then
18+
if [[ $returnCode == 1 ]]; then
1919
echo "Restarting runner..."
2020
else
2121
echo "Exiting runner..."

0 commit comments

Comments
 (0)