From 8a83ed3cdf65791d5cc1cf49076ea74e2d6c0263 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 8 Aug 2014 20:50:28 +0200 Subject: [PATCH] openmamba-netsrpms: support italian translation in text mode license confirmation ('s' for Yes) --- openmamba-update/openmamba-netsrpms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmamba-update/openmamba-netsrpms b/openmamba-update/openmamba-netsrpms index 3dfa23f..1d471a8 100755 --- a/openmamba-update/openmamba-netsrpms +++ b/openmamba-update/openmamba-netsrpms @@ -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