Skip to content

Commit

Permalink
Merge pull request #40 from anantasty/linter-fix
Browse files Browse the repository at this point in the history
fixing linter issue in shellcheck
  • Loading branch information
morgante committed Aug 26, 2019
2 parents 084b080 + ecfc3dd commit eea19bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ finish() {
trap finish EXIT
# Create a temporary file in the auto-cleaned up directory while avoiding
# overwriting TMPDIR for other processes.
# shellcheck disable=SC2120 # (Arguments may be passed, e.g. maketemp -d)
# shellcheck disable=SC2120
# (Arguments may be passed, e.g. maketemp -d)
maketemp() {
TMPDIR="${DELETE_AT_EXIT}" mktemp "$@"
}
Expand Down

0 comments on commit eea19bd

Please sign in to comment.