diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-11-16 15:51:46 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-11-16 15:51:46 +0100 |
commit | 285a4f40a00166c791bbc28e723b8ecc5ff80832 (patch) | |
tree | 0e535903c69d531ff05c2185f78c6d091332bda5 /sboclean | |
parent | 0e4fe79e5386d8194bd31aaade578ddbd33d97c0 (diff) | |
download | sbotools-285a4f40a00166c791bbc28e723b8ecc5ff80832.tar.xz |
Clean up $TMP vs /tmp/SBo inconsistencies
This closes #4
Diffstat (limited to 'sboclean')
-rwxr-xr-x | sboclean | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] "; |