]> gitweb.fluxo.info Git - trashman.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 3 Nov 2018 17:15:29 +0000 (14:15 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 3 Nov 2018 17:15:29 +0000 (14:15 -0300)
trashman

index 5bb37104c65b4903711a6436b41aed30b8225d2e..8ffa0b46181ce470d42e786f404f4bf116fed400 100755 (executable)
--- a/trashman
+++ b/trashman
@@ -46,7 +46,7 @@ trashman_usage() {
   echo ""
   echo "usage: $BASENAME <fetch|merge>"
 
-  if [ "$BASENAME" == "trashman" ]; then
+  if [ "$BASENAME" = "trashman" ]; then
     echo "usage: $BASENAME <deploy> <hostname>"
   fi