__parse_options: Return 0 to avoid false negatives from _parse_* test cases.
This commit is contained in:
parent
1126c831b8
commit
1c76e608fd
@ -761,7 +761,7 @@ __parse_options()
|
|||||||
*) break ;;
|
*) break ;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
[[ $option ]] || return
|
[[ $option ]] || return 0
|
||||||
|
|
||||||
IFS=$' \t\n' # affects parsing of the regexps below...
|
IFS=$' \t\n' # affects parsing of the regexps below...
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user