Browse Source

sde-download: Enhanced to make -alt-dir persistant

karasz/new-early
Alejandro Mery 16 years ago
parent
commit
a9a07d58af
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      bin/sde-download

+ 3
- 2
bin/sde-download

@ -144,8 +144,9 @@ while [ $# -gt 0 ]; do
-alt-dir)
# check for an alternative directory where to search for
# package source tarballs
altdir=$( cd $2; pwd -P )
options="$options -alt-dir $2"
altdir=$( cd "$2" && pwd -P )
$SDEROOT/bin/sde-config-ini -F "$SDESETTINGS" \
"download.altdir=$altdir"
shift ;;
-try-questionable)

Loading…
Cancel
Save