1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-05 21:02:42 +02:00

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

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"