1
1

create_tarball: read $debug from environment

If $debug is set in the environment, use that.  This allows enabling
debug mode without requiring an edit to the script.

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
Этот коммит содержится в:
Jeff Squyres 2017-02-11 21:49:22 +00:00
родитель a8247a76c9
Коммит 704d6a0309

Просмотреть файл

@ -34,7 +34,7 @@ gitbranch=$5
# Set this to any value for additional output; typically only when
# debugging
debug=1
: ${debug:=}
# do you want a success mail?
want_success_mail=1