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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user