From cf4614e158494228ec12b2ef5b8598a79beea4cd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 18 Oct 2007 14:14:50 -0400 Subject: [PATCH] fixup comment --- mr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mr b/mr index 8e845a9..1e5c2fd 100755 --- a/mr +++ b/mr @@ -316,7 +316,7 @@ elsif ($action eq 'config') { } my $section=shift; if ($section=~/^\//) { - # try to convert to a path relative to $config's dir + # try to convert to a path relative to the config file my ($dir)=$ENV{MR_CONFIG}=~/^(.*\/)[^\/]+$/; if ($section=~/^\Q$dir\E(.*)/) { $section=$1; -- 2.39.2