aboutsummaryrefslogtreecommitdiff
path: root/trashman
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-11-03 14:15:29 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-11-03 14:15:29 -0300
commit1b0a69e1dbadc28d80d369379e1043e6c71abde1 (patch)
treed32757e9529dd8b3ada707a4bbb0a5564443c9df /trashman
parent7239be2fc195d9952bf0174d06e346234a576709 (diff)
downloadtrashman-1b0a69e1dbadc28d80d369379e1043e6c71abde1.tar.gz
trashman-1b0a69e1dbadc28d80d369379e1043e6c71abde1.tar.bz2
Minor fix
Diffstat (limited to 'trashman')
-rwxr-xr-xtrashman2
1 files changed, 1 insertions, 1 deletions
diff --git a/trashman b/trashman
index 5bb3710..8ffa0b4 100755
--- 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