mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-07-20 18:51:48 +00:00
Improve a bit shell scripts portability.
- Use /bin/sh: bash is not required here;
- Avoid Perl regexp in grep(1): this is a GNU extension;
- While here, make ReadNavigo.sh fail earlier if pn53x-tamashell
fails at first invocation.
Reported by: Ganael Laplanche <martymac@FreeBSD.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
cat << EOF | \
|
||||
pn53x-tamashell |\
|
||||
|
||||
Reference in New Issue
Block a user