tools: Drop bashism/gnushism in read command

This commit is contained in:
Bruno Lopes 2025-10-01 21:26:25 -03:00
parent 2f0bfc569b
commit ad9dbf2c8b
No known key found for this signature in database

View file

@ -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"