Skip to content
Snippets Groups Projects
Commit 7ca67731 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

bash_completion: Fix mistake introduced in merge 6a74f584


This part of the code was duplicated by accident.

Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent 6a74f584
No related branches found
No related tags found
No related merge requests found
...@@ -767,11 +767,6 @@ def main(): ...@@ -767,11 +767,6 @@ def main():
sw.Write("gnt_shopt_extglob=$(shopt -p extglob || :)") sw.Write("gnt_shopt_extglob=$(shopt -p extglob || :)")
sw.Write("shopt -s extglob") sw.Write("shopt -s extglob")
# Remember original state of extglob and enable it (required for pattern
# matching; must be enabled while parsing script)
sw.Write("gnt_shopt_extglob=$(shopt -p extglob || :)")
sw.Write("shopt -s extglob")
WritePreamble(sw, not options.compact) WritePreamble(sw, not options.compact)
# gnt-* scripts # gnt-* scripts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment