diff options
Diffstat (limited to 'fb.in')
-rw-r--r-- | fb.in | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -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 |