diff options
-rwxr-xr-x | clean_files | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clean_files b/clean_files index 2e7723e..f9d6eb9 100755 --- a/clean_files +++ b/clean_files @@ -12,7 +12,6 @@ ################################################################################ use strict; use warnings; -$ENV{DONT_CLEANUP} and exit(0); my $buildroot = $ENV{RPM_BUILD_ROOT}; die "No build root defined" unless $buildroot; |