ed9703e3ed
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> |
||
---|---|---|
.. | ||
abandon_old_reviews.sh | ||
check_unit_test_structure.sh | ||
clean.sh | ||
coding-checks.sh | ||
configure_for_func_testing.sh | ||
copy_api_tests_from_tempest.sh | ||
deploy_rootwrap.sh | ||
install_venv_common.py | ||
install_venv.py | ||
misc-sanity-checks.sh | ||
split.sh | ||
with_venv.sh |