From cd1a1bd88057df4cc0d7a96fd29aab483c643d55 Mon Sep 17 00:00:00 2001 From: George Makrydakis Date: Sat, 3 Apr 2010 11:42:12 +0300 Subject: [PATCH] Adding symlink style "lrzuntar" support. --- lrztar | 1 + 1 file changed, 1 insertion(+) diff --git a/lrztar b/lrztar index d572b0c..fa36745 100755 --- a/lrztar +++ b/lrztar @@ -20,6 +20,7 @@ function lrztar_local() { [[ $x == [otV] ]] || ((v_$x=1)) &> /dev/null \ || { printf "lrztar: invalid option for lrztar %s\n" "$x"; return 1; } done + [[ $(basename "$0") == lrzuntar ]] && { v_d=1; p="-d $p"; } { ! (($#)) || ((v_h)); } && { printf "lrztar wrapper for compressing/decompressing whole directories with lrzip.\n" printf "usage: lrztar [lrzip options] will compress directory to directory.tar.lrz\n"