aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-02-01 00:08:53 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-02-01 00:08:53 +0000
commit02120c0f6ce72fc8cd730ba8751e1debcd4eef4b (patch)
tree275b315605b28d72f14fa32047a7adb6148c90e7 /src
parent37370ebba3cd6ca82b57082dc843324cc4f945a3 (diff)
downloadsimplepkg-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-xsrc/simplaret2
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