summaryrefslogtreecommitdiff
path: root/gitstatus
diff options
context:
space:
mode:
authorSamuel Gräfenstein <git@samuelgrf.com>2020-12-20 18:28:52 +0300
committerGitHub <noreply@github.com>2020-12-20 18:28:52 +0300
commit38a5492b5f123acf62b7bc0aa1c06a88a9aac2d7 (patch)
tree3ae48fe46a1af3af7ae92ea347801d6812a277a1 /gitstatus
parenta5d0525c6a34b614a885ec6f1c3d8ff8ddfc9e45 (diff)
Remove trailing whitespace (#1173)
Diffstat (limited to 'gitstatus')
-rwxr-xr-xgitstatus/install4
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"