summaryrefslogtreecommitdiffstats
path: root/fb.in
diff options
context:
space:
mode:
Diffstat (limited to 'fb.in')
-rw-r--r--fb.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/fb.in b/fb.in
index 69159de..9fe6392 100644
--- a/fb.in
+++ b/fb.in
@@ -347,6 +347,10 @@ done
shift `expr $OPTIND - 1`
+if [[ "$#" -gt 1 && ! "$tar" ]]; then
+ multipaste=1
+fi
+
if [ "$compress" = "1" ]; then
require_executable gzip
elif [ "$compress" = "2" ]; then