Danny Browning
ac37fd5e29
tools: bash from env
...
Use of hardcoded bash prevents users from using an upgraded bash which may
live in a different location. This behavior is often seen on OSX systems.
Utilize env to find the preferred bash to call for scripts.
2020-11-17 14:06:37 +01:00
Victor Julien
452355bb63
setup-simple-detect: update for new tests location
2018-09-19 20:57:32 +02:00
Jason Ish
84f09d5124
template scripts: fixup detect setup scripts
...
Update scripts to reflect recent changes in the detection files.
2017-12-14 19:03:11 +01:00
Jason Ish
d1ac839333
template scripts: allow to be called from top or src
...
Allow the template setup script to be called from the top source
directory or from ./src to unify where they can be executed
from.
2017-10-01 10:41:29 +01:00
Jason Ish
ea2ef1b51a
templates: rename scripts to use - instead of _
...
Use "-" consistently instead of a mix of - and _.
setup_decoder.sh -> setup-decoder.sh
setup_simple_detect.sh -> setup-simple-detect.sh
2017-10-01 09:54:13 +01:00