mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-01-03 14:11:10 +00:00
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:
commit
3178c165c2
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ echo ""
|
||||||
echo "Step 3. Compiling Super Mario 64 for the Raspberry Pi"
|
echo "Step 3. Compiling Super Mario 64 for the Raspberry Pi"
|
||||||
echo ""
|
echo ""
|
||||||
echo "Warning: Super Mario 64 assets are required in order to compile"
|
echo "Warning: Super Mario 64 assets are required in order to compile"
|
||||||
if [[ $curdir ==1 ]]
|
if [[ $curdir == 1 ]]
|
||||||
then
|
then
|
||||||
echo "Assets will be extracted from "$PWD" "
|
echo "Assets will be extracted from "$PWD" "
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue