From 1a8cf63b6a60e3423a6230ef70a00751daf0412f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 11 Oct 2008 10:55:19 +0000 Subject: (writeconf) do not write chrooted .rpmdrake config file on exit when using --env --- rpmdrake.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'rpmdrake.pm') diff --git a/rpmdrake.pm b/rpmdrake.pm index 4634e850..aa35c6d1 100644 --- a/rpmdrake.pm +++ b/rpmdrake.pm @@ -189,6 +189,7 @@ sub readconf() { } sub writeconf() { + return if $::env; unlink $configfile; # special case: -- cgit v1.2.1