diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-02-01 00:08:53 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-02-01 00:08:53 +0000 |
commit | 02120c0f6ce72fc8cd730ba8751e1debcd4eef4b (patch) | |
tree | 275b315605b28d72f14fa32047a7adb6148c90e7 /src | |
parent | 37370ebba3cd6ca82b57082dc843324cc4f945a3 (diff) | |
download | simplepkg-02120c0f6ce72fc8cd730ba8751e1debcd4eef4b.tar.gz simplepkg-02120c0f6ce72fc8cd730ba8751e1debcd4eef4b.tar.bz2 |
verbose enhancements
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@145 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'src')
-rwxr-xr-x | src/simplaret | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplaret b/src/simplaret index 3d037fc..5cab07d 100755 --- a/src/simplaret +++ b/src/simplaret @@ -92,9 +92,9 @@ function simplaret_download { if [ "$4" == "--no-verbose" ]; then wget_verbose="--no-verbose" curl_verbose="-#" + echo " " fi - if [ "$protocol" == "http" ]; then echo Getting $1/$file: if [ "$HTTP_TOOL" == "wget" ]; then |