summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcheck-mail-addr.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/check-mail-addr.sh b/check-mail-addr.sh
index 0b358a6..2c4013f 100755
--- a/check-mail-addr.sh
+++ b/check-mail-addr.sh
@@ -1,3 +1,3 @@
#!/bin/bash
-swaks -q to -f "<>" -t $1
+swaks -q to -f "<>" "${@:2}" -t $1