mirror of
https://github.com/eth-p/bat-extras.git
synced 2024-12-12 17:20:40 +01:00
Fix build.sh --no-verify argument taking unnecessary value
This commit is contained in:
parent
4d788b4453
commit
1c73b97343
2
build.sh
2
build.sh
@ -238,10 +238,10 @@ while shiftopt; do
|
||||
case "$OPT" in
|
||||
--install) OPT_INSTALL=true ;;
|
||||
--compress) OPT_COMPRESS=true ;;
|
||||
--no-verify) OPT_VERIFY=false ;;
|
||||
--prefix) shiftval; OPT_PREFIX="$OPT_VAL" ;;
|
||||
--alternate-executable) shiftval; OPT_BAT="$OPT_VAL" ;;
|
||||
--minify) shiftval; OPT_MINIFY="$OPT_VAL" ;;
|
||||
--no-verify) shiftval; OPT_VERIFY=false ;;
|
||||
--docs:url) shiftval; DOCS_URL="$OPT_VAL" ;;
|
||||
--docs:maintainer) shiftval; DOCS_MAINTAINER="$OPT_VAL" ;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user