tools: Drop bashism/gnushism in read command
This commit is contained in:
parent
2f0bfc569b
commit
ad9dbf2c8b
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue