]> Dogcows Code - chaz/tar/blobdiff - doc/tar.texi
doc: suggest Bash for large-fd script
[chaz/tar] / doc / tar.texi
index a52b32294786003b005c1e86892fe6f8fc288dd4..3d82d25cea00e4d6e729d75cdb874fdb1e79402d 100644 (file)
@@ -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 : '\(.*\)-.*'`
This page took 0.027676 seconds and 4 git commands to generate.