Browse Source

sde-download: fixed typo in notimeout support

user/amery/test/random-cleanup
Alejandro Mery 14 years ago
parent
commit
79dd618f05
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/sde-download

+ 1
- 1
bin/sde-download

@ -60,7 +60,7 @@ mkdir -p tmp/ download/
# Load system wide configuration for this tool
#
config=default mirror= mirror_last= altdir= proxy= proxyauth= notimeout=
config=default mirror= mirror_last= altdir= proxy= proxyauth= notimeout=0
if [ -s "$SDESETTINGS" ]; then
eval $( $SDEROOT/bin/sde-config-ini -F "$SDESETTINGS" download )

Loading…
Cancel
Save