From: Joey Hess Date: Wed, 25 Nov 2009 18:03:39 +0000 (-0500) Subject: releasing version 0.44 X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/deb8ddcf307273f8cbf7252e796f6769c83be427?ds=sidebyside;pf=code releasing version 0.44 --- diff --git a/debian/changelog b/debian/changelog index c480160..9051f61 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,11 @@ -mr (0.44) UNRELEASED; urgency=low +mr (0.44) unstable; urgency=low * Make mr -i pass -i to the shell, to ensure it knows it should be an interactive shell. * mr help: Support man on SunOS and OS X. (Geoff Davis) * mr bootstrap: Fix cross-device rename failure. Closes: #557962 - -- Joey Hess Thu, 24 Sep 2009 21:52:27 -0400 + -- Joey Hess Wed, 25 Nov 2009 12:39:08 -0500 mr (0.43) unstable; urgency=low diff --git a/mr b/mr index 98c96fe..a431e8a 100755 --- a/mr +++ b/mr @@ -1358,6 +1358,7 @@ sub bootstrap { } else { eval q{use File::Copy}; + die $@ if $@; move($tmpconfig, ".mrconfig") || die "rename: $!"; }