From b76a6efb4668d3fa60905a575d75ade4dcfabb85 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 30 May 2023 12:26:09 -0400 Subject: sbolint: add douninst.sh checks; sbopkglint: add hardcoded $TMP check. --- sbopkglint | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sbopkglint') 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 -- cgit v1.2.3