aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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