mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
Fix c++expr -b option
This commit is contained in:
parent
ac766ae2d8
commit
680119f095
@ -55,7 +55,7 @@ KEEP_WORKTREE=0
|
||||
#
|
||||
|
||||
if [ "$1" == "--help" ] || [ -z "$1" ]; then usage; fi
|
||||
while getopts "vc:CIi:l:bkB:t:o:O:g:" OPT; do
|
||||
while getopts "vc:CIi:l:b:kB:t:o:O:g:" OPT; do
|
||||
case "$OPT" in
|
||||
v) set -x; ;;
|
||||
c) CXX="$OPTARG"; ;;
|
||||
|
Loading…
Reference in New Issue
Block a user