From 09a5d52abf492c170c071aa3962135d661aba15e Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 9 Oct 2012 20:46:02 +0200 Subject: Move internal variables further down Signed-off-by: Florian Pritz --- fb.in | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/fb.in b/fb.in index ee84340..d6f76cb 100644 --- a/fb.in +++ b/fb.in @@ -10,18 +10,8 @@ # Optional dependency: xclip #---------------------------------------------------- -VERSION="@VERSION@" - -DELETE= -EXTENSION="" -GET= -TAR= -COMPRESS=0 -DISPLAYHISTORY= PASTEBIN="http://paste.xinu.at" WARNSIZE=10485760 -CLIPBOARD="" -EXITCODE=0 LIBDIR="@LIBDIR@" # the calling conventions for stat(1) are highly system dependent @@ -38,6 +28,16 @@ case "`uname -s`" in ;; esac +VERSION="@VERSION@" +DELETE= +EXTENSION="" +GET= +TAR= +COMPRESS=0 +DISPLAYHISTORY= +CLIPBOARD="" +EXITCODE=0 + base64_encode() { if type base64 2>&1 >/dev/null; then printf "%s" "$1" | base64 -- cgit v1.2.3-24-g4f1b