]> gitweb.fluxo.info Git - trashman.git/commitdiff
Fix: hoarder: tor-browser: minor syntax correction
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 14 Aug 2023 15:57:20 +0000 (12:57 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 14 Aug 2023 15:57:20 +0000 (12:57 -0300)
share/hoarder/tor-browser/unix/linux/install

index c8a0f7b79677c47696c6f8a293ad42fd9032959f..f3a9a186ff3e2290b9d6a30cc20af6f4897691c8 100755 (executable)
@@ -15,7 +15,7 @@ WORK="`mktemp -d`" || exit 1
 # Determine the application name
 if echo $BASENAME | grep -q 'tor-browser-alpha'; then
   APP="tor-browser-alpha"
-else:
+else
   APP="tor-browser"
 fi