neutron/tools
Zhao Lei ed9703e3ed Remove quotes from subshell call in tools/split.sh
Always no quotes for $() statement.

We don't need quotes to hold blanks in result:
 # i=$(echo 1 2 3)
 # echo $i
 1 2 3
 #

These quotes can make something wrong in some case:
 # i=$(echo '!')
 #
 # i="$(echo '!')"
 -bash: !: event not found
 #

No real problem for current code in split.sh, only to use a
better code style.

Change-Id: Ib86d59e10be0aca4774ad2fc656915a96b1b6c74
Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
2015-08-07 21:17:20 +08:00
..
abandon_old_reviews.sh Remove check for bash usage 2015-04-07 15:15:33 +00:00
check_unit_test_structure.sh Consolidate sriov agent and driver code 2015-06-26 19:51:58 +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 ovsdb: attempt to enable connection_uri for native impl on startup 2015-06-25 10:09:42 +02: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 cleanup openstack-common.conf and sync updated files 2015-06-19 20:01:01 +00:00
misc-sanity-checks.sh Remove check for bash usage 2015-04-07 15:15:33 +00:00
split.sh Remove quotes from subshell call in tools/split.sh 2015-08-07 21:17:20 +08:00
with_venv.sh Remove check for bash usage 2015-04-07 15:15:33 +00:00