From 9804bd18b22f9ada340d8190b854287a97c1123a Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 11 Feb 2001 03:49:34 +0000 Subject: [PATCH] Minor comment & doc tweak. --- release/scripts/X11/generate_tarballs.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/release/scripts/X11/generate_tarballs.sh b/release/scripts/X11/generate_tarballs.sh index 437b007061ed..0df2d98a27bb 100755 --- a/release/scripts/X11/generate_tarballs.sh +++ b/release/scripts/X11/generate_tarballs.sh @@ -35,9 +35,9 @@ generate_tarball() { usage() { echo "$0 " echo - echo "Where is a directory containing the X distribution," + echo "Where is a directory containing the built X binaries," echo " is the directory containing all of the packing lists" - echo "generated by generate_plists.sh, and is the" + echo "(generated by generate_plists.sh), and is the" echo "directory to put all the tarballs under." exit 1 } @@ -76,4 +76,6 @@ tarball_dir=$3 # do all the work if mirror_directories; then build_tarballs +else + echo $0: mirroring directories failed fi