Skip to content

Commit

Permalink
FixFix: Added one path escaping back
Browse files Browse the repository at this point in the history
- Was missing due to code changes there and back
  • Loading branch information
kobliha committed Nov 2, 2012
1 parent 988b7cd commit f3fd786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/backup_archive.pl
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ ($)
}

my $tmp_dir_root = tempdir($temp_dir."/backup_tmp_XXXXXXXX", CLEANUP => 1); # remove directory content at exit
system("/bin/mkdir -p $tmp_dir_root");
system("/bin/mkdir -p '$tmp_dir_root'");
if (! -d $tmp_dir_root) {
die "Cannot create directory $tmp_dir_root: ".$!;
}
Expand Down

0 comments on commit f3fd786

Please sign in to comment.