[tbb-commits] [tor-browser/tor-browser-60.0.1esr-8.0-1] Fix MAR generation bashism
gk at torproject.org
gk at torproject.org
Sun May 27 13:07:26 UTC 2018
commit b135c59f65dba827b61379a4945251e148c43291
Author: Georg Koppen <gk at 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}"
}
More information about the tbb-commits
mailing list