Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use standard indentation rules for 'case' #1142

Merged
merged 4 commits into from
May 19, 2024

Conversation

TinCanTech
Copy link
Collaborator

With certain exceptions, e.g. 'help', use standard indentation rules for shell-command 'case'. (Use 'git diff -w' for a clean summary)

With certain exceptions, e.g. 'help', use standard indentation rules
for shell-command 'case'. (Use 'git diff -w' for a clean summary)

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
The regex used by grep incorrectly expects a [:blank:] before 'export'.
This allows a line beginning with 'export' to slip through the net.
The same goes for 'unset'

Also, remove regex for '  > ', accidental --verbose output, copied to
the vars file.  --verbose no lomger uses '>' as a line label, instead
--verbose output is labelled with '#', which would be interpretted as
a comment in an input file.

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
@TinCanTech TinCanTech modified the milestones: v3.2.0, v3.2.1 May 18, 2024
@TinCanTech TinCanTech merged commit 24b1dd5 into OpenVPN:master May 19, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant