X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhstoresbr.c;h=2d0fdc81d4a32c3f907242ecd254f78fb9efc49f;hb=3c9700d8d045f3ff26ce5dd2a174454dafc14822;hp=d849609ffc1778130e10e8a83b25c9687493ff41;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/uip/mhstoresbr.c b/uip/mhstoresbr.c index d849609..2d0fdc8 100644 --- a/uip/mhstoresbr.c +++ b/uip/mhstoresbr.c @@ -241,14 +241,15 @@ store_application (CT ct) if (tarP) { ct->c_showproc = add (zP ? "%euncompress | tar tvf -" : "%etar tvf -", NULL); - if (!ct->c_storeproc) + if (!ct->c_storeproc) { if (autosw) { ct->c_storeproc = add (zP ? "| uncompress | tar xvpf -" : "| tar xvpf -", NULL); ct->c_umask = 0022; } else { - ct->c_storeproc = add (zP ? "%m%P.tar.Z" : "%m%P.tar", NULL); + ct->c_storeproc= add (zP ? "%m%P.tar.Z" : "%m%P.tar", NULL); } + } } }