# HG changeset patch # User Rob Landley # Date 1232427402 21600 # Node ID 161e2bca18f42cf69c35790dbb240b605936059d # Parent 493405bce6dc3e0d81f3dafe7570fe5641897951 Add slightly more debugging/status info to download. diff -r 493405bce6dc -r 161e2bca18f4 sources/functions.sh --- 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