rtomayko / shocco

shocco is a quick-and-dirty, literate-programming-style documentation generator for / in POSIX shell
http://rtomayko.github.com/shocco/
Other
202 stars 38 forks source link

Fix stat incompatibility with BSD variants. #17

Closed ghost closed 12 years ago

ghost commented 12 years ago

The stat command on BSD variants takes different parameters from the GNU version. Therefore first find out which variant is available.

rtomayko commented 12 years ago

Looks good to me. Thanks.