summaryrefslogtreecommitdiffstats
path: root/fb.in
diff options
context:
space:
mode:
Diffstat (limited to 'fb.in')
-rw-r--r--fb.in1
1 files changed, 1 insertions, 0 deletions
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() {