Files
8bd63e3f0ce0f53ef176378a459df0d936953771
training-guides /labs /lib
Zhao Lei 6d2553ef2e 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: Ib31b49680286600c9a182875122a0a752d3f8a33
Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
2015年09月23日 17:34:07 +08:00
..
2015年02月23日 02:19:42 +05:30
2015年05月10日 13:04:28 +00:00
2015年03月09日 13:49:52 +00:00

This directory contains bash libraries used by scripts.

Configuration files for kickstart (Fedora) and preseed (Ubuntu) are in osbash/netboot.

The osbash-ssh-keys can be automatically installed into osbash VMs to make them accessible.

The templates used to build Windows batch files are in the wbatch subdirectory.