Fix minor nit in comment

darcs-hash:20060801005246-ac50b-56cb6d2245ce81d16807028749495b8e5a86cc3c.gz
This commit is contained in:
axel 2006-08-01 10:52:46 +10:00
parent f29026b767
commit 8833e8f4ea

View file

@ -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/.\$//")\)