openmamba-netsrpms: support italian translation in text mode license confirmation ('s' for Yes)
This commit is contained in:
parent
0c7ede92a5
commit
8a83ed3cdf
@ -93,7 +93,7 @@ for pckname in $PACKAGES; do
|
||||
more ${SRPM_PATH}/LICENSE
|
||||
echo -n $"Do you agree with the above license terms [y/N]? "
|
||||
read ans
|
||||
[ "$ans" = "Y" -o "$ans" = "y" ] || exit 1
|
||||
[ "$ans" = "Y" -o "$ans" = "y" -o "$ans" = "s" -o "$ans" = "S" ] || exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user