Adding unamestr var

This commit is contained in:
Bimba Shrestha 2019-10-07 08:12:42 -07:00
parent 77e6ff1160
commit dcdb9c73c0

View File

@ -3,6 +3,7 @@ set -e
make="make -C $lz4_root"
unamestr=$(uname)
if [ "$unamestr" = 'Linux' ]; then
make="make -C $lz4_root"
elif [ "$unamestr" = 'FreeBSD' ]; then