Skip to content

Commit

Permalink
[doc/osh-quick-ref] Fix syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Chu committed Jan 23, 2019
1 parent 7280b44 commit 2b1840c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/completion.py
Expand Up @@ -915,7 +915,7 @@ def _PostProcess(self, base_opts, dynamic_opts, user_spec, comp):
# TODO: write a terminal program to show that

#m = util.BackslashEscape(m, SHELL_META_CHARS)
self.debug_f.log('after shell escaping: %s', m)
#self.debug_f.log('after shell escaping: %s', m)

# SUBTLE: dynamic_opts is part of comp_state, which ShellFuncAction can
# mutate! So we don't want to pull this out of the loop.
Expand Down
2 changes: 1 addition & 1 deletion doc/osh-quick-ref-pages.txt
Expand Up @@ -102,7 +102,7 @@ respectively.

To disable startup files, pass --rcfile /dev/null.

### startup
### <startup> Shell Startup

### <line-editing> Line Editing

Expand Down

0 comments on commit 2b1840c

Please sign in to comment.