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

20 lines
298 B

--- a/muttprint
+++ b/muttprint
@@ -740,6 +740,8 @@
}
}
+chdir($ENV{HOME}) || chdir('/');
+
################################### ENDE ####################################
@@ -1791,6 +1793,7 @@
output \*STDERR, $messageString;
}
}
+ chdir($ENV{HOME}) || chdir('/');
exit 1;
}