aboutsummaryrefslogtreecommitdiff
path: root/sbrun
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-02-07 20:55:58 -0500
committerB. Watson <yalhcru@gmail.com>2022-02-07 20:55:58 -0500
commit12f4c9554b536b441d3ff873ae6661b906f8c4ea (patch)
tree22181e321412f328ce8818cfaf10ee090c03a1d1 /sbrun
parentb23e4b94d6dc6deaf13562d31b75f7201936ea6f (diff)
downloadsbostuff-12f4c9554b536b441d3ff873ae6661b906f8c4ea.tar.gz
sbrun: dont delete build.log with -c option
Diffstat (limited to 'sbrun')
-rwxr-xr-xsbrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbrun b/sbrun
index 5500991..5dd2222 100755
--- a/sbrun
+++ b/sbrun
@@ -282,7 +282,7 @@ cleanup_log() {
}
cleanup_build() {
- [ "$CLEANUP" = "yes" ] && ( rm -rf "$TMP" ; rm -f $BUILDLOG )
+ [ "$CLEANUP" = "yes" ] && ( rm -rf "$TMP" )
}
# Add a dir to $PATH, if not already present. This is actually kinda