The $() form is preferable to `` because folks (like me) might be using
` as a keyboard shortcut to GNU Screen, causing havoc to ensue whenever
copy-pasting the ` character.
Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commit
e0042dd617269934bf51efee5bab7e4485875576)
fi
export LC_ALL=C # the following is vulnerable to i18n
-ARCH=`uname -m`
+ARCH=$(uname -m)
function munge_ceph_spec_in {
# http://rpm.org/user_doc/conditional_builds.html
fi
}
-if [ x`uname`x = xFreeBSDx ]; then
+if [ x$(uname)x = xFreeBSDx ]; then
$SUDO pkg install -yq \
devel/babeltrace \
devel/git \