Fix issue line 270: conditional binary operator expected

This commit is contained in:
Jose Cerrejon 2020-07-06 13:30:13 +02:00
parent f500541834
commit 2fab08f213
1 changed files with 1 additions and 1 deletions

View File

@ -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