e2f4e88a55
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, only to use a better code style. Change-Id: If3a914650749d72c2eb13b9f1307ef7b4319bd2f Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com> |
||
---|---|---|
.. | ||
bootstrap-aio.sh | ||
bootstrap-ansible.sh | ||
federated-login.sh | ||
gate-check-commit.sh | ||
gate-check-docs.sh | ||
gate-check-lint.sh | ||
inventory-manage.py | ||
openstack-ansible-role-requirements.py | ||
osa-aio-heat-template.yml | ||
pw-token-gen.py | ||
run-aio-build.sh | ||
run-playbooks.sh | ||
run-tempest.sh | ||
run-upgrade.sh | ||
scripts-library.sh | ||
sources-branch-updater.sh | ||
teardown.sh | ||
update-revision.sh |