Last step of wine installation, syntax error

Questions about Wine on macOS.
Locked
gmoniexxx
Newbie
Newbie
Posts: 1
Joined: Wed Jul 29, 2020 5:01 am

Last step of wine installation, syntax error

Post by gmoniexxx »

I am following a video via youtube made in april 2020, notepad ++ and xquartz.

Very last step of copy and pasting the npp installation I'm getting this

"wine npp.7.8.5.Installer (1).exe
-bash: syntax error near unexpected token `("

ANY help welcome!!!!
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Last step of wine installation, syntax error

Post by jkfloris »

Two things you could try:

Code: Select all

# Use the \
wine npp.7.8.5.Installer\ \(1\).exe
# or use the '
wine 'npp.7.8.5.Installer (1).exe'
Read https://www.gnu.org/software/bash/manua ... oting.html for more information about Bash quoting.
Locked