From 8833e8f4ea074b26493849bda802d823df67c685 Mon Sep 17 00:00:00 2001 From: axel Date: Tue, 1 Aug 2006 10:52:46 +1000 Subject: [PATCH] Fix minor nit in comment darcs-hash:20060801005246-ac50b-56cb6d2245ce81d16807028749495b8e5a86cc3c.gz --- share/fish.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/fish.in b/share/fish.in index df3433bc4..2f1cbcd6f 100644 --- a/share/fish.in +++ b/share/fish.in @@ -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/.\$//")\)