Browse Source

* fixed bin/sde-list-download to work from a place different

than $SDEROOT


git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21706 10447126-35f2-4685-b0cf-6dd780d3921f
misl/sde-wrapper
Alejandro Mery 17 years ago
parent
commit
65f731c0fb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/sde-list-download

+ 1
- 1
bin/sde-list-download

@ -66,7 +66,7 @@ done
$SDEROOT/bin/sde-list-pkg ${config:+-c $config} ${extenders:+-e} ${repositories:+-r} -- "$@" | while read descfile; do $SDEROOT/bin/sde-list-pkg ${config:+-c $config} ${extenders:+-e} ${repositories:+-r} -- "$@" | while read descfile; do
pkg=$( echo "$descfile" | cut -d/ -f3 ) pkg=$( echo "$descfile" | cut -d/ -f3 )
grep '^\[D\]' $descfile | while read x cksum gzfile location; do
grep '^\[D\]' $SDEROOT/$descfile | while read x cksum gzfile location; do
output= output=
# package name # package name

Loading…
Cancel
Save