diff options
author | Olivier Blin <blino@mageia.org> | 2010-11-25 12:11:08 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2010-11-25 12:11:08 +0000 |
commit | 556f5ab5d655aedf78a2b91b5b2878f30d705c19 (patch) | |
tree | dcc13244ef33921f27e27b2f4ed9c1c97ad0f1c0 /ulri | |
parent | d91aa0f380e2a32bbd363ad87c3a0c637f309ff0 (diff) | |
download | iurt-556f5ab5d655aedf78a2b91b5b2878f30d705c19.tar iurt-556f5ab5d655aedf78a2b91b5b2878f30d705c19.tar.gz iurt-556f5ab5d655aedf78a2b91b5b2878f30d705c19.tar.bz2 iurt-556f5ab5d655aedf78a2b91b5b2878f30d705c19.tar.xz iurt-556f5ab5d655aedf78a2b91b5b2878f30d705c19.zip |
remove trailing slashes
Diffstat (limited to 'ulri')
-rwxr-xr-x | ulri | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -131,11 +131,11 @@ my %config_usage = ( }, http_queue => { desc => 'Address where log can be consulted', - default => 'http://kenobi.mandriva.com/queue/' + default => 'http://kenobi.mandriva.com/queue ' }, queue => { desc => "Root of the tree where the packages to compile are located", - default => "$HOME/uploads/" + default => "$HOME/uploads " }, cache_home => { desc => 'Where to store the cache files', @@ -143,7 +143,7 @@ my %config_usage = ( }, tmp => { desc => "Temporary directory", - default => "$HOME/tmp/" + default => "$HOME/tmp" }, ssh_options => { desc => "SSH options", |