diff options
author | Florian Pritz <bluewind@xinu.at> | 2015-07-27 16:46:43 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-07-27 16:46:43 +0200 |
commit | 538811e6677a73ac925b83bccf268af8ddab5aa0 (patch) | |
tree | 738a40b2ea0504c0102f0a334065544519791b5d /fb.in | |
parent | 0e6959e1fc8bfc0894fef5ca730f000cd10c7818 (diff) |
Automatically create multipastev1.5.0
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'fb.in')
-rw-r--r-- | fb.in | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |