]> gitweb.fluxo.info Git - trashman.git/commitdiff
Minor comment fix at tor-browser
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 14 Sep 2023 18:02:20 +0000 (15:02 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 14 Sep 2023 18:02:20 +0000 (15:02 -0300)
share/hoarder/tor-browser/unix/linux/install

index 5e70d84ae324784a94e7204fdd0490b543c692ef..a384f994b5e8eef75e849bfbf7b8d96415a742dc 100755 (executable)
@@ -21,7 +21,7 @@ else
   FILE_SUFFIX="_ALL"
 fi
 
-# Determine architecture
+# Determine architecture and file suffix
 if [ "$ARCH" = "i386" ]; then
   ARCH="linux32"
 elif [ "$ARCH" = "i686" ]; then