From c0acce96c1c9034cddfe2fd82044b3023fa9de63 Mon Sep 17 00:00:00 2001 From: Bimba Shrestha Date: Fri, 4 Oct 2019 09:29:58 -0700 Subject: Using instead of gmake (to address the travis failure) --- tests/test_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_install.sh b/tests/test_install.sh index c400fb7..50567b7 100755 --- a/tests/test_install.sh +++ b/tests/test_install.sh @@ -1,7 +1,7 @@ #/usr/bin/env sh set -e -make="gmake -C $lz4_root" +make="$(MAKE) -C $lz4_root" for cmd in install uninstall; do for upper in DUMMY PREFIX EXEC_PREFIX LIBDIR INCLUDEDIR PKGCONFIGDIR BINDIR MANDIR MAN1DIR ; do lower=$(echo $upper | tr '[:upper:]' '[:lower:]') -- cgit v0.12