Skip to content

Commit eb4b37d

Browse files
sudonym1akinomyoga
andauthored
Update bash_completion
Co-authored-by: Koichi Murase <[email protected]>
1 parent 8e4dc1e commit eb4b37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash_completion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ dequote()
153153
# global scoped variables. Note that simply calling unset on a local variable
154154
# will not unshadow the global variable. Rather, the result will be a local
155155
# variable in an unset state.
156-
# Usage: local IFS=$'|'; _comp_unlocal IFS
156+
# Usage: local IFS='|'; _comp_unlocal IFS
157157
# Param: $* Variable names to be unset
158158
_comp_unlocal()
159159
{

0 commit comments

Comments
 (0)