dylanaraps / pxltrm

🖌️ pxltrm - [WIP] A pixel art editor inside the terminal
MIT License
652 stars 25 forks source link

doesn't work on OSX #2

Closed cmhrpr closed 6 years ago

cmhrpr commented 6 years ago
./pxltrm: line 29: "80" / 24: syntax error: operand expected (error token is ""8
bsnyde commented 6 years ago

Same here.

msmahon commented 6 years ago

It works if you remove the quotes around "${COLUMNS:=80}" on line 29. Then on line 146 you have to change -N to -n

lmintmate commented 6 years ago

Thank you very much @msmahon! This got it to work for me! (and to figure that I posted in the other thread reporting the same issue first...)

cmhrpr commented 6 years ago

@msmahon Thanks a lot!