]> sjero.net Git - wget/commitdiff
[svn] Print the resulting archive.
authorhniksic <devnull@localhost>
Tue, 23 Sep 2003 20:00:59 +0000 (13:00 -0700)
committerhniksic <devnull@localhost>
Tue, 23 Sep 2003 20:00:59 +0000 (13:00 -0700)
util/dist-wget

index 25152c7c9ecffd07c6344edd8fb95dc8f51248f4..c5ad24c0cdcd3cb03ff59a3db7ea459bd4beffe0 100755 (executable)
@@ -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 ..