kiliman / operator-mono-lig

Add ligatures to Operator Mono similar to Fira Code
MIT License
3.22k stars 203 forks source link

build.sh does not work in zsh, but in bash #47

Closed tbsvttr closed 6 years ago

tbsvttr commented 6 years ago

When I started the build.sh in zsh it only changed directory to /build, but it did nothing else. When I started bash (even from zsh) and started build.sh again everything worked.

kiliman commented 6 years ago

I'm not a bash or zsh expert. I'm lucky I got the current script working as is 😅.

Do you see anything glaringly obvious as to why it's not working? Basically I just wanted to add some checks to see if there was a valid build for each font before processing. Any help would be appreciated.

Thanks!

peteplays commented 6 years ago

I am having the same issue

kiliman commented 6 years ago

Hm... not sure why you're getting the errors. It's working here for me.

As you can see, I switched to the zsh shell. Are you getting any error messages?

image

kiliman commented 6 years ago

Have you tried running ttx or node from the command prompt?

dinophile commented 6 years ago

Also having the same issue. Running the ./build.sh command creates a build folder but nothing happens. No error messages...just back to a blank line after.

kiliman commented 6 years ago

@dinophile that sounds more like your font files have the wrong filenames. See #26.

dinophile commented 6 years ago

@kiliman Ah right...thank you for pointing that out! Will try again when I get back to my keyboard!