diskimage-builder/elements/dhcp-all-interfaces/install.d
Zhao Lei c01517925d 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: I5909636bdc8de3d44a305d033c8c892af446acf3
Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
2015-09-28 17:36:05 +08:00
..
50-dhcp-all-interfaces Standarise tracing for scripts 2015-02-12 10:41:32 +11:00
60-remove-cloud-image-interfaces Standarise tracing for scripts 2015-02-12 10:41:32 +11:00
dhcp-all-interfaces-udev.rules rename udev.rules to dhcp-all-interfaces-udev 2014-03-21 15:13:35 -04:00
dhcp-all-interfaces.conf Fix dhcp-all-interfaces upstart job 2014-04-02 09:14:03 +13:00
dhcp-all-interfaces.init Add sysv support to elements/dhcp-all-interfaces 2014-04-23 09:20:29 +02:00
dhcp-all-interfaces.sh Remove quotes from subshell call in bash script 2015-09-28 17:36:05 +08:00
dhcp-interface@.service DHCP: make udev rules want dhcp-interface@.service 2014-03-19 14:33:14 -04:00