From cc5474d7efe6845e2f89ac915d6e1289b26044b2 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 25 Jan 2012 15:25:12 +0100 Subject: merge functions and shell helper into main script This makes the main script able to run alone again. Signed-off-by: Florian Pritz --- functions | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 functions (limited to 'functions') diff --git a/functions b/functions deleted file mode 100644 index 1dc76d3..0000000 --- a/functions +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -# the calling conventions for stat(1) are highly system dependent -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';; -esac - -- cgit v1.2.3-24-g4f1b