diff options
Diffstat (limited to 'sbopkglint')
-rwxr-xr-x | sbopkglint | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -469,8 +469,9 @@ die() { exit 1 } -TMP=${TMP:-/tmp} -OUTPUT=${OUTPUT:-$TMP} +# N.B. these need to match the template (and they do) +TMP=${TMP:-/tmp/SBo} +OUTPUT=${OUTPUT:-/tmp} exit_status=0 |