aboutsummaryrefslogtreecommitdiff
path: root/bin/with-email
diff options
context:
space:
mode:
Diffstat (limited to 'bin/with-email')
-rwxr-xr-xbin/with-email2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/with-email b/bin/with-email
index 7df101a..bd3ef96 100755
--- a/bin/with-email
+++ b/bin/with-email
@@ -69,7 +69,7 @@ while getopts 's:h' flag; do
done
shift $((OPTIND - 1))
-eval "$(assert-arg "${1:-}" 'COMMAND...')"
+eval "$(assert-arg -- "${1:-}" 'COMMAND...')"
now() {
date '+%Y-%m-%dT%H:%M:%S%Z'