aboutsummaryrefslogtreecommitdiff
path: root/sbopkglint
diff options
context:
space:
mode:
Diffstat (limited to 'sbopkglint')
-rwxr-xr-xsbopkglint5
1 files changed, 3 insertions, 2 deletions
diff --git a/sbopkglint b/sbopkglint
index b7648a5..917af58 100755
--- a/sbopkglint
+++ b/sbopkglint
@@ -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