nuex / zodiac

A static website generator written in awk and sh.
MIT License
237 stars 22 forks source link

empty parentheses #4

Closed Johnicholas closed 9 years ago

Johnicholas commented 9 years ago

On my system I get:

$ find "site" -type f ( ) -exec zod-render "/usr/local/lib/zodiac" "site" "www" {} \; find: invalid expression; empty parentheses are not allowed.

I don't really understand what the parentheses are supposed to contain - according to Posix a parenthesized expression is true if the expression inside is true?

Johnicholas commented 9 years ago

possibly I caused this bug by editing the source to try to get rid of uses of length(array); sorry.

nuex commented 9 years ago

No problem! Feel free to open a pull request!