diff options
Diffstat (limited to 'sbofindsrc')
-rwxr-xr-x | sbofindsrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -132,6 +132,7 @@ debian_download() { return $ret } +# my own archive. Not well populated yet. naptime_download() { do_wget "http://urchlay.naptime.net/~urchlay/src/$dlfile" } @@ -191,6 +192,7 @@ if [ "$#" -gt 1 ]; then usage 1 fi +echo "-=- $1" read_info_file "$1" for srcurl in $DOWNLOAD; do |