From: Joey Hess Date: Tue, 6 Nov 2007 16:39:30 +0000 (-0500) Subject: * -c was broken, fix. Closes: #449539 X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/db86586c3403588f37079cf1401800e3ff852b62 * -c was broken, fix. Closes: #449539 --- diff --git a/debian/changelog b/debian/changelog index 466f033..c2566c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mr (0.13) unstable; urgency=low + + * -c was broken, fix. Closes: #449539 + + -- Joey Hess Tue, 06 Nov 2007 11:39:04 -0500 + mr (0.12) unstable; urgency=low * Avoid creating parent directory for a checkout that will ultimately be diff --git a/mr b/mr index 29001e0..6406978 100755 --- a/mr +++ b/mr @@ -313,6 +313,7 @@ my $no_recurse=0; my $no_chdir=0; my $jobs=1; my $directory=getcwd(); +$ENV{MR_CONFIG}="$ENV{HOME}/.mrconfig"; # globals :-( my %config; @@ -1051,8 +1052,6 @@ sub init { #{{{ exit 2; }; - $ENV{MR_CONFIG}="$ENV{HOME}/.mrconfig"; - # This can happen if it's run in a directory that was removed # or other strangeness. if (! defined $directory) {