From 2e6da9451d3239d6c436181b0b29a262a4bb9867 Mon Sep 17 00:00:00 2001 From: hniksic Date: Tue, 23 Sep 2003 13:00:59 -0700 Subject: [PATCH] [svn] Print the resulting archive. --- util/dist-wget | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/util/dist-wget b/util/dist-wget index 25152c7c..c5ad24c0 100755 --- a/util/dist-wget +++ b/util/dist-wget @@ -138,8 +138,9 @@ echo "done." # Create the distribution file. echo $e_n "Creating distribution tarball... $e_c" $MAKE dist 1>>$O 2>&1 -mv wget-*.tar.gz $DEST_DIR -echo "done." +archive=`echo wget-*.tar.gz` +mv $archive $DEST_DIR +echo "$DEST_DIR/$archive" cd .. -- 2.39.2