From 12f4c9554b536b441d3ff873ae6661b906f8c4ea Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 7 Feb 2022 20:55:58 -0500 Subject: sbrun: dont delete build.log with -c option --- sbrun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbrun') 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 -- cgit v1.2.3