aboutsummaryrefslogtreecommitdiff
path: root/lib/App/Acmeman.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/App/Acmeman.pm')
-rw-r--r--lib/App/Acmeman.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/App/Acmeman.pm b/lib/App/Acmeman.pm
index dba6d3b..fafcb09 100644
--- a/lib/App/Acmeman.pm
+++ b/lib/App/Acmeman.pm
@@ -159,6 +159,7 @@ sub prep_dir {
my $dir = dirname($name);
if (! -d $dir) {
debug(3, "creating directory $dir");
+ return if $self->dry_run_option;
my @created = make_path("$dir", { error => \my $err } );
if (@$err) {
for my $diag (@$err) {

Return to:

Send suggestions and report system problems to the System administrator.