Adding unamestr var
This commit is contained in:
parent
77e6ff1160
commit
dcdb9c73c0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user