openstack-ansible/playbooks/roles/repo_server/files
Zhao Lei e2f4e88a55 Remove quotes from subshell call in bash script
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>
2015-09-23 19:14:16 +08:00
..
openstack-wheel-builder.py Rename everything for the osad to osa name change 2015-09-12 02:31:21 +01:00
openstack-wheel-builder.sh Remove quotes from subshell call in bash script 2015-09-23 19:14:16 +08:00
rsync.defaults Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
rsyncd.conf Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
sshd_config Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00