summaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-01-25 15:25:12 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-01-25 16:14:16 +0100
commitcc5474d7efe6845e2f89ac915d6e1289b26044b2 (patch)
treec19cd5e743b96fc99d35abd41a3d8658a70fe9c2 /functions
parent139febd183efe61da763ea06e873460e0478cc69 (diff)
merge functions and shell helper into main script
This makes the main script able to run alone again. Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'functions')
-rw-r--r--functions9
1 files changed, 0 insertions, 9 deletions
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
-