Browse Source

* fixed `sde download --help` to not infinite-loop

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

+ 3
- 1
bin/sde-download

@ -805,7 +805,9 @@ case "$1" in
-repository) shift ; repository "$@" ;;
-*|"") exec $0 --help ;;
-*|"") . $SDEROOT/lib/sde-help.in
help_command download
exit 1;;
*) packages "$@" ;;
esac

Loading…
Cancel
Save