Changeset 509 for trunk/confmanlib.sh.in
- Timestamp:
- 12/05/2009 19:52:01 (2 years ago)
- File:
-
- 1 edited
-
trunk/confmanlib.sh.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/confmanlib.sh.in
r507 r509 40 40 function conf_repo_uri { 41 41 local proto="${REPO_PROTOCOL%:/*}" 42 local uri 42 local uri user 43 43 44 44 # When we're running in export mode and the user has configured … … 69 69 done 70 70 71 user=${REPO_REMOTE_USER:+${REPO_REMOTE_USER}@} 72 71 73 case $proto in 72 74 file) … … 74 76 ;; 75 77 *) 76 uri="${REPO_PROTOCOL}${ REPO_HOSTNAME}${REPO_PATH}"78 uri="${REPO_PROTOCOL}${user}${REPO_HOSTNAME}${REPO_PATH}" 77 79 ;; 78 80 esac
Note: See TracChangeset
for help on using the changeset viewer.
