c01517925d
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> |
||
---|---|---|
.. | ||
50-dhcp-all-interfaces | ||
60-remove-cloud-image-interfaces | ||
dhcp-all-interfaces-udev.rules | ||
dhcp-all-interfaces.conf | ||
dhcp-all-interfaces.init | ||
dhcp-all-interfaces.sh | ||
dhcp-interface@.service |