From 2fab08f213911ce0f08f399861fe710582f8cffa Mon Sep 17 00:00:00 2001 From: Jose Cerrejon Date: Mon, 6 Jul 2020 13:30:13 +0200 Subject: [PATCH] Fix issue line 270: conditional binary operator expected --- pisetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pisetup.sh b/pisetup.sh index 5b34c233..e4a92623 100755 --- a/pisetup.sh +++ b/pisetup.sh @@ -299,7 +299,7 @@ echo "" echo "Step 3. Compiling Super Mario 64 for the Raspberry Pi" echo "" echo "Warning: Super Mario 64 assets are required in order to compile" -if [[ $curdir ==1 ]] +if [[ $curdir == 1 ]] then echo "Assets will be extracted from "$PWD" " else