diff options
Diffstat (limited to 'gitstatus/install')
-rwxr-xr-x | gitstatus/install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gitstatus/install b/gitstatus/install index 23501b9c..1167e42f 100755 --- a/gitstatus/install +++ b/gitstatus/install @@ -386,9 +386,9 @@ END local trapped= trap 'trapped=1' $sig - fetch 1 "$url1" & + fetch 1 "$url1" & local pid1="$!" - fetch 2 "$url2" & + fetch 2 "$url2" & local pid2="$!" local die="trap - $sig; kill -- $pid1 $pid2 2>/dev/null; wait -- $pid1 $pid2 2>/dev/null; exit 1" |