Skip to content

Commit

Permalink
gen-req: Correct indentation only
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Dec 6, 2023
1 parent 91faaed commit 80cb315
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -1933,12 +1933,16 @@ Run easyrsa without commands for usage and commands."
# function opts support
while [ "$1" ]; do
case "$1" in
text) text=1 ;;
text)
text=1
;;
nopass)
[ "$prohibit_no_pass" ] || EASYRSA_NO_PASS=1
;;
# batch flag supports internal caller build_full()
batch) ssl_batch=1 ;;
batch)
ssl_batch=1
;;
*) warn "Ignoring unknown command option: '$1'"
esac
shift
Expand Down

0 comments on commit 80cb315

Please sign in to comment.