Merge pull request #363 from jmcerrejon/feature/fix-if-pisetup

Fix issue line 270: conditional binary operator expected on pisetup.sh
This commit is contained in:
fgsfds 2020-07-06 18:54:45 +03:00 committed by GitHub
commit 3178c165c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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