1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Print the resulting archive.

This commit is contained in:
hniksic 2003-09-23 13:00:59 -07:00
parent 2e3b4d2187
commit 2e6da9451d

View File

@ -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 ..