From 3cb68272286127b457397dad7e3c0a655e053edc Mon Sep 17 00:00:00 2001 From: GlazerMann Date: Tue, 13 Aug 2019 08:46:45 -0500 Subject: [PATCH] fix typo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a3bbafe..0daf649 100644 --- a/install.sh +++ b/install.sh @@ -81,7 +81,7 @@ done shift $(($OPTIND - 1)) if [ $justmake -eq 1 ]; then - $fromscratch = 0 + fromscratch=0 fi export PKG_CONFIG_PATH=$INSTALLDIR/lib/pkgconfig/:$PKG_CONFIG_PATH