From ad9dbf2c8b7d75982f1fb9fed25cc111ff7744ad Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Wed, 1 Oct 2025 21:26:25 -0300 Subject: [PATCH] tools: Drop bashism/gnushism in read command --- tools/release-stats.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/release-stats.sh b/tools/release-stats.sh index bde021b2ad..c06aadba8d 100755 --- a/tools/release-stats.sh +++ b/tools/release-stats.sh @@ -20,7 +20,7 @@ ############################################ #### Usage #### -read -p "GIMP version to release: " ver +printf "GIMP version to release: "; read ver if [ -z "$ver" ]; then TAG="HEAD"