changeset 595:161e2bca18f4

Add slightly more debugging/status info to download.
author Rob Landley <rob@landley.net>
date Mon, 19 Jan 2009 22:56:42 -0600
parents 493405bce6dc
children c262e2847a28
files sources/functions.sh
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sources/functions.sh	Sat Jan 17 19:49:46 2009 -0600
+++ b/sources/functions.sh	Mon Jan 19 22:56:42 2009 -0600
@@ -193,6 +193,8 @@
   FILENAME=`echo "$URL" | sed 's .*/  '`
   ALTFILENAME=alt-"$(noversion "$FILENAME" -0)"
 
+  echo -ne "checking $FILENAME\r"
+
   # Is the unstable version selected?
   if unstable "$(basename "$FILENAME")"
   then