mesosphere / chronos-pkg

Apache License 2.0
5 stars 16 forks source link

mail_ssl is flag only parameter #10

Closed j1n6 closed 9 years ago

j1n6 commented 9 years ago

This should fix the issue of #9

j1n6 commented 9 years ago

Any one reviewing PRs?

lloesche commented 9 years ago

Flags can be set by prefixing the file with a question mark.

The line

'?'*) cmd+=( "--${name#'?'}" ) ;;

is what's doing that.

j1n6 commented 9 years ago

That works, thanks.