libx52/lib/libx52util
nirenjan e1915bc734 Update paths of scripts to allow building on BSD
Prior to this change, the assumption in all shell and Python scripts was
that the Bash interpreter would always be available at `/bin/bash`, and
Python would always be available at `/usr/bin/python`. However, on a VM
running FreeBSD, installing bash and python using the pkg command
installs them under /usr/local/bin.

This change updates the paths to use /usr/bin/env in the shebang. While
this is not a standard path either, it is more likely to be available at
this location.

This change also updates the find command in common_infra.sh to use
`-perm -+x` in lieu of `-executable`, which is not a condition defined
by POSIX. This allows running the tests on BSD.
2020-06-12 23:26:51 -07:00
..
Makefile.am libx52util: Clean up compiler warnings 2020-06-11 23:39:28 -07:00
libx52util.h Update Doxygen comments 2020-04-18 02:21:12 -07:00
x52_char_map.cfg Add SPDX license identifiers in all files 2018-04-18 12:19:29 -07:00
x52_char_map.h Add SPDX license identifiers in all files 2018-04-18 12:19:29 -07:00
x52_char_map_gen.py Update paths of scripts to allow building on BSD 2020-06-12 23:26:51 -07:00
x52_char_map_lookup.c Add config header to all C files 2020-06-05 15:19:56 -07:00