mirror of
https://github.com/GreemDev/Ryujinx
synced 2024-11-24 02:37:09 +01:00
oops
This commit is contained in:
parent
467c3d0fba
commit
fd8df4f64f
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ CONFIGURATION=$7
|
|||
EXTRA_ARGS=$8
|
||||
CANARY=$9
|
||||
|
||||
printf "$CANARY"
|
||||
printf "Canary var: %s" "$CANARY"
|
||||
|
||||
if [ "$VERSION" == "1.1.0" ] || [ "$CANARY" == 1 ];
|
||||
then
|
||||
|
|
|
@ -21,7 +21,7 @@ CONFIGURATION=$7
|
|||
EXTRA_ARGS=$8
|
||||
CANARY=$9
|
||||
|
||||
printf "$CANARY"
|
||||
printf "Canary var: %s" "$CANARY"
|
||||
|
||||
if [ "$VERSION" == "1.1.0" ] || [ "$CANARY" == 1 ];
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue