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>
fi
export LC_ALL=C # the following is vulnerable to i18n
-ARCH=`uname -m`
+ARCH=$(uname -m)
function install_seastar_deps {
if [ $WITH_SEASTAR ]; then
fi
}
-if [ x`uname`x = xFreeBSDx ]; then
+if [ x$(uname)x = xFreeBSDx ]; then
$SUDO pkg install -yq \
devel/babeltrace \
devel/git \