aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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