You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/muttprint/files/muttprint-0.73-warning.patch

21 lines
404 B

diff -Nur a/muttprint b/muttprint
--- a/muttprint 2012-04-28 13:46:46.109925472 +0200
+++ b/muttprint 2012-04-28 13:48:40.919924827 +0200
@@ -740,6 +740,8 @@
}
}
+chdir($ENV{HOME}) || chdir('/');
+
################################### ENDE ####################################
@@ -1791,6 +1793,7 @@
output \*STDERR, $messageString;
}
}
+ chdir($ENV{HOME}) || chdir('/');
exit 1;
}