Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit c0a12f5

Browse files
authored
Merge pull request #84 from chuckha/update-rerun
Update rerun-process-wrapper
2 parents 1bedd5a + 6d2635d commit c0a12f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

third_party/forked/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
Repo: https://github.com/windmilleng/rerun-process-wrapper
55

6-
Commit: `ddbd322bf4d1f74c0cd7cd0e8fd29260ada6c9fb`
6+
Commit: `fbdb45b229df173f862ee856b3070bf649d9dc0b`

third_party/forked/rerun-process-wrapper/restart.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set -u
1515

1616
touch restart.txt
1717
PID="$(cat process.txt)"
18-
if [[ $? -ne 0 ]]; then
18+
if [ $? -ne 0 ]; then
1919
echo "unable to read process.txt. was your process started with start.sh?"
2020
exit 1
2121
fi

0 commit comments

Comments
 (0)