X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=doc%2Ftar.texi;h=3d82d25cea00e4d6e729d75cdb874fdb1e79402d;hb=8c75b1387a33fdbf3cbc8ba8bfa0ab1851d30894;hp=a52b32294786003b005c1e86892fe6f8fc288dd4;hpb=debc485626c0c143731b0ca229d18b48085bb2ef;p=chaz%2Ftar diff --git a/doc/tar.texi b/doc/tar.texi index a52b322..3d82d25 100644 --- a/doc/tar.texi +++ b/doc/tar.texi @@ -11435,7 +11435,10 @@ archive being created (as given by @option{--file} option) and @smallexample @group -#! /bin/sh +#! /bin/bash +# For this script it's advisable to use a shell, such as Bash, +# that supports a TAR_FD value greater than 9. + echo Preparing volume $TAR_VOLUME of $TAR_ARCHIVE. name=`expr $TAR_ARCHIVE : '\(.*\)-.*'`