diff options
Diffstat (limited to 'bin/with-email')
-rwxr-xr-x | bin/with-email | 2 |
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' |