Skip to content

Commit b45d0f9

Browse files
committed
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 <[email protected]>
1 parent c32d62c commit b45d0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/nightly/make_snapshot_tarball

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ gitbranch=$5
3535

3636
# Set this to any value for additional output; typically only when
3737
# debugging
38-
debug=
38+
: ${debug:=}
3939

4040
# do you want a success mail?
4141
want_success_mail=1

0 commit comments

Comments
 (0)