]> gitweb.fluxo.info Git - trashman.git/commitdiff
Minor fixes
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 26 Aug 2023 14:20:37 +0000 (11:20 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 26 Aug 2023 14:20:37 +0000 (11:20 -0300)
share/hoarder/tor-browser/unix/linux/install

index 00e7f674f177c2494885b43c18d5b9750a65d4c6..8c770201ad134a9db54ecce29b04c3b6d678bec8 100755 (executable)
@@ -21,11 +21,11 @@ else
 fi
 
 # Determine architecture
-if [ "$ARCH" == "i386" ]; then
+if [ "$ARCH" = "i386" ]; then
   ARCH="linux32"
-elif [ "$ARCH" == "i686" ]; then
+elif [ "$ARCH" = "i686" ]; then
   ARCH="linux32"
-elif [ "$ARCH" == "x86_64" ]; then
+elif [ "$ARCH" = "x86_64" ]; then
   ARCH="linux64"
 fi