Browse Source

* changed scripts/Download -mk-cksum to exec ./lib/sde-download/cksum.sh

instead of running it and returning $?



git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@20986 10447126-35f2-4685-b0cf-6dd780d3921f
misl/sde-wrapper
Alejandro Mery 19 years ago
parent
commit
9597e33612
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      scripts/Download

+ 1
- 2
scripts/Download

@ -65,8 +65,7 @@ fi
#
if [ "$1" = -mk-cksum ] ; then
shift
sh ./lib/sde-download/cksum.sh "$@"
exit $?
exec sh ./lib/sde-download/cksum.sh "$@"
fi
# Handle options passed on the command line

Loading…
Cancel
Save