Fix c++expr -b option

This commit is contained in:
serxa 2024-10-23 15:09:54 +00:00
parent ac766ae2d8
commit 680119f095

View File

@ -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"; ;;