From 51fe73814a5aa27cbeac1df6f5a7f0db493d0e88 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 6 Dec 2018 14:53:43 +1300 Subject: Remove unneeded semicolon --- watch-git-tags.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'watch-git-tags.sh') diff --git a/watch-git-tags.sh b/watch-git-tags.sh index ba63f1c..7dabb71 100644 --- a/watch-git-tags.sh +++ b/watch-git-tags.sh @@ -29,7 +29,7 @@ if [ "$#" -eq 0 ] ; then fi # Iterate through each repo in a subshell in parallel -for repo ; do ( +for repo do ( # Make a temporary directory with a hash in its name for uniqueness name=$(printf '%s' "$repo" | sed 's:/:_:g') -- cgit v1.2.3