deb-barbican/bin
Zhao Lei edc2316712 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: I865069a1aa0384d13feed7249cadb2f34b6cf99d
Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
2015-09-23 18:45:40 +08:00
..
barbican-all Removing Cloudkeep from comments 2015-08-06 12:58:27 -04:00
barbican-api Create Barbican python scripts for development. 2015-04-09 15:25:27 +00:00
barbican-keystone-listener.sh Adding keystone notification listener support 2014-10-07 16:09:09 -07:00
barbican-worker Removing Cloudkeep from comments 2015-08-06 12:58:27 -04:00
barbican.sh Remove quotes from subshell call in bash script 2015-09-23 18:45:40 +08:00
demo_requests.py Add I18n-related unit tests (Part 2) 2014-12-17 13:09:50 -06:00
keystone_data.sh Introduce the key-manager:service-admin role 2015-08-17 23:55:44 -04:00
pkcs11-key-generation Adding a new script to generate mkek and hmac 2015-06-03 18:17:24 -05:00
versionbuild.py Remove extraneous vim editor configuration comments 2014-10-08 23:03:03 +02:00