Fix issue line 270: conditional binary operator expected
This commit is contained in:
parent
f500541834
commit
2fab08f213
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue