neutron/tools
Maru Newby e37dcd4c76 Remove check for bash usage
Arbitrarily restricting ourselves from using bash because developers on
platforms like netbsd don't want to install bash from ports doesn't
make sense.  Any non-trivial shell script is likely to use features
like arrays or string manipulation that are poorly supported (if at
all) by sh, and the continued bumping of the number of expected bash
scripts is an indication that the check is not serving its purpose
anyway.

Along with removing the check, all shebang references to /bin/bash
have been replaced with /usr/bin/env bash in an attempt to be more
compatible across different hosts.

Change-Id: Ief72dc380cc88af38959c330897e2c127e33c332
Closes-Bug: #1440824
2015-04-07 15:15:33 +00:00
..
abandon_old_reviews.sh Remove check for bash usage 2015-04-07 15:15:33 +00:00
check_unit_test_structure.sh Remove check for bash usage 2015-04-07 15:15:33 +00:00
clean.sh Remove check for bash usage 2015-04-07 15:15:33 +00:00
coding-checks.sh Add ability to run pylint check on modified files only 2015-03-05 09:24:05 -08:00
configure_for_func_testing.sh Remove check for bash usage 2015-04-07 15:15:33 +00:00
copy_api_tests_from_tempest.sh Remove check for bash usage 2015-04-07 15:15:33 +00:00
deploy_rootwrap.sh Remove check for bash usage 2015-04-07 15:15:33 +00:00
install_venv.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
install_venv_common.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
misc-sanity-checks.sh Remove check for bash usage 2015-04-07 15:15:33 +00:00
pretty_tox.sh Migrate to oslo.concurrency 2015-01-15 21:01:06 +01:00
split.sh Add notes on how to deal with stable branches 2015-01-23 09:36:29 -08:00
with_venv.sh Remove check for bash usage 2015-04-07 15:15:33 +00:00