Changeset 341
- Timestamp:
- 06/22/2009 17:40:31 (3 years ago)
- File:
-
- 1 edited
-
trunk/confmanlib.sh.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/confmanlib.sh.in
r339 r341 41 41 # Prints the repository URI 42 42 function conf_repo_uri { 43 local proto="${REPO_PROTOCOL%:/*}" 43 44 local uri 44 45 45 case $ {REPO_PROTOCOL}in46 case $proto in 46 47 file) 47 48 uri="${REPO_PROTOCOL}${REPO_PATH}"
Note: See TracChangeset
for help on using the changeset viewer.
