Buduję skrypt powłoki, który ma taką if
funkcję:
if jarsigner -verbose -keystore $keyst -keystore $pass $jar_file $kalias
then
echo $jar_file signed sucessfully
else
echo ERROR: Failed to sign $jar_file. Please recheck the variables
fi
...
Chcę, aby wykonanie skryptu zakończyło się po wyświetleniu komunikatu o błędzie. Jak mogę to zrobić?