diff options
author | Markus <mrkscslr@gmail.com> | 2012-02-14 14:52:10 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-02-14 14:53:09 +0100 |
commit | 831a2be0ca60edad2190fc31874d2e180ba48c40 (patch) | |
tree | 2a443bb60e8aa097019a0b5a7f993398f03bba9d | |
parent | 599957bd31ebfa536b726445c4250ebbd542fec8 (diff) |
Fixes errors on Mac OS X
-rw-r--r-- | fb.in | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ STAT='stat -c %s' # GNU stat(1) is the default since most people have it case "`uname -s`" in *BSD) STAT='stat -f %z';; Minix) STAT='stat -size';; + Darwin) STAT='stat -f %b';; esac base64_encode() { |