Skip to content

Commit

Permalink
changed positional variable in switcher script
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpreynolds committed Apr 9, 2018
1 parent 98df977 commit e59cb00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/other/switch-BEDOPS-binary-type
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 3,14 @@
# date : July.2017

BINDIR=$(dirname `which bedops`)
[ -n "${1}" ] && BINDIR=${1}
[ -n "${2}" ] && BINDIR=${2}

CMD="switch-BEDOPS-binary-type"

help()
{
echo "Switch the BEDOPS binary build to typical, megarow, or float128"
echo "Usage: ${CMD} [ --help ] [ --typical | --megarow | --float128 ]" >&2
echo "Usage: ${CMD} [ --help ] [ --typical | --megarow | --float128 ] [ <binary-directory> (optional) ]" >&2
exit $1
}

Expand Down

0 comments on commit e59cb00

Please sign in to comment.