[tor-commits] [tor-browser/tor-browser-60.1.0esr-8.0-1] Revert "Fix MAR generation bashism"

gk at torproject.org gk at torproject.org
Mon Jul 23 09:23:26 UTC 2018


commit d94df634a18daca48ce92bf7ddff306a2b072f83
Author: Georg Koppen <gk at torproject.org>
Date:   Mon Jul 23 09:20:04 2018 +0000

    Revert "Fix MAR generation bashism"
    
    This reverts commit 9ebb4cfb3d88543eac674bef8b72607cf29ce2d0.
---
 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 79548dd4aa19..388d6b186367 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 + 1))
+    (( count++ ))
   done <"${tmpfile}"
   rm -f "${tmpfile}"
 }



More information about the tor-commits mailing list