SE: allow arbitrary send-email options after --

This commit is contained in:
Junio C Hamano 2009-03-04 11:40:32 -08:00
parent 6ff8635f65
commit cb9b3a72e5

4
SE
View file

@ -13,6 +13,10 @@ do
--dry-run | -n)
dryrun=--dry-run
;;
--)
shift
break
;;
-*)
echo >&2 "? $1"
exit 1