[Scummvm-git-logs] scummvm master -> b9bdc463fcaba12a025563a178c41d021fc2fd78

sev- noreply at scummvm.org
Mon Mar 20 17:33:24 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
b9bdc463fc DEVTOOLS: Cleanup temp file after running release checks


Commit: b9bdc463fcaba12a025563a178c41d021fc2fd78
    https://github.com/scummvm/scummvm/commit/b9bdc463fcaba12a025563a178c41d021fc2fd78
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-03-20T18:32:52+01:00

Commit Message:
DEVTOOLS: Cleanup temp file after running release checks

Changed paths:
    devtools/release-checks.sh


diff --git a/devtools/release-checks.sh b/devtools/release-checks.sh
index 274ccc8630d..b7e083e8e06 100755
--- a/devtools/release-checks.sh
+++ b/devtools/release-checks.sh
@@ -295,6 +295,7 @@ else
   echoOk
 fi
 
+rm -f $TMP
 
 IFS="$OLDIFS"
 




More information about the Scummvm-git-logs mailing list