summaryrefslogtreecommitdiff
path: root/maildups.sh
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-12-05 01:17:57 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-12-05 01:17:57 -0500
commit05dd6877526fc388c6ecbd03e3483636ab2c4e86 (patch)
tree3d60ed9bce377895f611767db189a28240a244cb /maildups.sh
parentaa2d5a3a4363ff4f4ca23f4c6716613c4be66ecd (diff)
use /bin/bash, not /bin/sh
Diffstat (limited to 'maildups.sh')
-rw-r--r--maildups.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/maildups.sh b/maildups.sh
index 7f39a58..9de7625 100644
--- a/maildups.sh
+++ b/maildups.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# Delete duplicate messages in $1 based on the Message-ID header
maildir=$1