[Scummvm-git-logs] scummvm master -> 1340b4e0d6a482102abdc9e0028849b567c33293

lotharsm noreply at scummvm.org
Mon Apr 6 07:57:55 UTC 2026


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

Summary:
1340b4e0d6 DEVTOOLS: Path to custom tmp directory must be absolute for building tarballs


Commit: 1340b4e0d6a482102abdc9e0028849b567c33293
    https://github.com/scummvm/scummvm/commit/1340b4e0d6a482102abdc9e0028849b567c33293
Author: Lothar Serra Mari (mail at serra.me)
Date: 2026-04-06T09:57:47+02:00

Commit Message:
DEVTOOLS: Path to custom tmp directory must be absolute for building tarballs

Changed paths:
    devtools/dist-scummvm.sh


diff --git a/devtools/dist-scummvm.sh b/devtools/dist-scummvm.sh
index 2beb9a854e1..b5f7625d91c 100755
--- a/devtools/dist-scummvm.sh
+++ b/devtools/dist-scummvm.sh
@@ -32,7 +32,7 @@ toolsrepo='https://github.com/scummvm/scummvm-tools.git'
 ### init
 
 if [ $# -lt 2 ]; then
-  echo "Usage: $0 <scummvm | scummvm-tools> <version-number> [<temporary-directory> [<tag>]]"
+  echo "Usage: $0 <scummvm | scummvm-tools> <version-number> [<absolute-path-to-temporary-directory>] [<tag>]"
   exit 1
 fi
 




More information about the Scummvm-git-logs mailing list