| Anonymous | Login | Signup for a new account | 2010-09-03 06:36 CEST |
| Main | My View | View Issues | Change Log | Roadmap |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0000417 | [Lunar Linux] lunar | minor | always | 2009-11-28 20:41 | 2010-04-27 07:29 | ||
| Reporter | cavalier | View Status | public | ||||
| Assigned To | ratler | ||||||
| Priority | normal | Resolution | fixed | ||||
| Status | closed | Product Version | 1.6.4 Lacus Autumni | ||||
| Summary | 0000417: lvu urls doesn't add / between path and filename | ||||||
| Description |
lvu urls doens't add a / between path and filename. the url will only be shown correctly if the download path has a / at the end. |
||||||
| Additional Information |
to solve the problem, change donwload_url() in show_url() in /bin/lvu to: download_url() { URL=$1 # add trailing '/' if [ "${URL:((${#URL}-1)):1}" != "/" ] ; then URL="${URL}/" fi echo $URL$2 return 1 } |
||||||
| Tags | No tags attached. | ||||||
| lvu installed moonbase | 20091128.19 | ||||||
| Core Tools | Theedge | ||||||
| lvu installed [lunar|theedge] | 20091101 | ||||||
| Attached Files | |||||||
|
|
|||||||
| Copyright © 2000 - 2008 Mantis Group |