aboutsummaryrefslogtreecommitdiff
path: root/sboclean
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-11-16 15:51:46 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-11-16 15:51:46 +0100
commit285a4f40a00166c791bbc28e723b8ecc5ff80832 (patch)
tree0e535903c69d531ff05c2185f78c6d091332bda5 /sboclean
parent0e4fe79e5386d8194bd31aaade578ddbd33d97c0 (diff)
downloadsbotools-285a4f40a00166c791bbc28e723b8ecc5ff80832.tar.xz
Clean up $TMP vs /tmp/SBo inconsistencies
This closes #4
Diffstat (limited to 'sboclean')
-rwxr-xr-xsboclean2
1 files changed, 1 insertions, 1 deletions
diff --git a/sboclean b/sboclean
index 39c93e1..6a9d50c 100755
--- a/sboclean
+++ b/sboclean
@@ -90,7 +90,7 @@ remove_stuff($config{SBO_HOME} .'/distfiles') if $clean_dist;
if ($clean_work) {
my $env_tmp = $SBO::Lib::env_tmp;
- my $tsbo = $env_tmp ? $env_tmp : "$SBO::Lib::tmpd/SBo";
+ my $tsbo = $SBO::Lib::tmpd;
if ($env_tmp && !$interactive) {
warn "This will remove the entire contents of $env_tmp\n";
print "Proceed? [y] ";