Switch some backtick uses to proper shell substitution.

This commit is contained in:
David Tomaschik
2018-01-06 13:41:22 -08:00
parent 13c42ab008
commit a24b6ef51e

View File

@@ -329,8 +329,8 @@ else
HAVE_X=0
fi
IS_KALI=`grep -ci kali /etc/os-release 2>/dev/null || true`
ARCH=`uname -m`
IS_KALI=$(grep -ci kali /etc/os-release 2>/dev/null || true)
ARCH=$(uname -m)
OPERATION=${1:-install}