5360 segfault using smartcard without any readers (#5361)

* Fix: corrected test for astyle.

* Fix: added test for NULL readers returned by ConvertFromUnicode.
This commit is contained in:
Pascal J. Bourguignon
2019-04-26 09:10:41 +02:00
committed by akallabeth
parent e1ef302a8d
commit 431c37f3a9
2 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
ASTYLE=$(which astyle)
if [ ! -x $ASTYLE ]; then
if [ ! -x "$ASTYLE" ]; then
echo "No astyle found in path, please install."
exit 1
fi