mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-31 23:02:18 +08:00
Fix minor nit in comment
darcs-hash:20060801005246-ac50b-56cb6d2245ce81d16807028749495b8e5a86cc3c.gz
This commit is contained in:
parent
f29026b767
commit
8833e8f4ea
|
@ -54,7 +54,7 @@ if test "$USER" = root
|
|||
end
|
||||
|
||||
# Make a regular expression that matches any component in the PATH. A
|
||||
# trailing slash is ok. The sed call is to remove the last '\|'.
|
||||
# trailing slash is ok. The sed call is to remove the last '|'.
|
||||
set -l tmp (printf "%s" \^$PATH'/?$|')
|
||||
set -l path_regexp \((echo $tmp | sed -e "s/.\$//")\)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user