Browse Source

* removed -mk-cksum option from bin/sde-download

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

+ 0
- 11
bin/sde-download

@ -44,7 +44,6 @@ Usage:
Mirrors can also be a local directories in the form of 'file:///<dir>'. Mirrors can also be a local directories in the form of 'file:///<dir>'.
sde download -mk-cksum Filename(s)
sde download [ -list | -list-unknown | -list-missing | -list-cksums ] sde download [ -list | -list-unknown | -list-missing | -list-cksums ]
See '-mirror none' output for help on bypassing the official mirrors. See '-mirror none' output for help on bypassing the official mirrors.
@ -55,16 +54,6 @@ umask 022
cd "$SDEROOT" cd "$SDEROOT"
# -mk-cksum mode (display OpenSDE type package checksum): it
# displays the checksum OpenSDE validates against.
#
# Currently bz2, tbz2, gz, tgz, Z are unpacked
#
if [ "$1" = -mk-cksum ] ; then
shift
exec sh ./lib/sde-download/cksum.sh "$@"
fi
# Handle options passed on the command line # Handle options passed on the command line
# #
mkdir -p tmp/ download/ mkdir -p tmp/ download/

Loading…
Cancel
Save