diff options
-rwxr-xr-x | sendmailadvanced | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sendmailadvanced b/sendmailadvanced index d4c4be2..3cd015d 100755 --- a/sendmailadvanced +++ b/sendmailadvanced @@ -23,7 +23,7 @@ else fi -eval set -- "$(getopt -o eh:i:st --long encrypt,hook:,inline:,no-hooks,stamp -n "$(basename "$0")" -- "$@")" +eval set -- "$(getopt -o eh:i:st --long encrypt,hook:,inline:,no-hooks,stamp -n "$(basename "$0")" -- "$@" || echo verwendung)" while true do |