[tor-browser/tor-browser-60.0.1esr-8.0-1] Fix MAR generation bashism

27 May
2018
27 May
'18
1:07 p.m.
commit b135c59f65dba827b61379a4945251e148c43291 Author: Georg Koppen <gk@torproject.org> Date: Sun May 27 11:46:56 2018 +0000 Fix MAR generation bashism --- tools/update-packaging/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/update-packaging/common.sh b/tools/update-packaging/common.sh index 388d6b186367..79548dd4aa19 100755 --- a/tools/update-packaging/common.sh +++ b/tools/update-packaging/common.sh @@ -218,7 +218,7 @@ list_files() { continue; fi eval "${1}[$count]=\"$file\"" - (( count++ )) + count=$((count + 1)) done <"${tmpfile}" rm -f "${tmpfile}" }
2561
Age (days ago)
2561
Last active (days ago)
0 comments
1 participants
participants (1)
-
gk@torproject.org