Tau5 / Co-op-on-Linux

Scripts for that allows Co-op on any games on linux
22 stars 5 forks source link

./create-new-profile.sh: 21: Syntax error: "(" unexpected (expecting "done") #8

Closed ristiisa closed 3 months ago

ristiisa commented 3 months ago

Happens right after selecting the executable to run

./create-new-profile.sh: 21: Syntax error: "(" unexpected (expecting "done")
Tau5 commented 3 months ago

Do you have zenity installed?

ristiisa commented 3 months ago

yes

ristiisa commented 3 months ago

it seems if I remove outermost () around assigments on lines 21, 23, 24 the script continues

ThomasLewis1028 commented 3 months ago

I also noticed the issue and have zenity installed. Removing the same lines that @ristiisa mentioned, it does seem to fix it. I opened a pull request #9 that fixes this issue.