From 831a2be0ca60edad2190fc31874d2e180ba48c40 Mon Sep 17 00:00:00 2001 From: Markus Date: Tue, 14 Feb 2012 14:52:10 +0100 Subject: Fixes errors on Mac OS X --- fb.in | 1 + 1 file changed, 1 insertion(+) diff --git a/fb.in b/fb.in index fda429e..a0590eb 100644 --- a/fb.in +++ b/fb.in @@ -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() { -- cgit v1.2.3-24-g4f1b