Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
awit-dbackup
awit-dbackup
Commits
f16912c4
Commit
f16912c4
authored
Sep 11, 2014
by
Nigel Kukard
Browse files
Fixed plzip and pdlzip mixup
parent
60f00375
Changes
1
Hide whitespace changes
Inline
Side-by-side
dbackup
View file @
f16912c4
...
...
@@ -374,10 +374,10 @@ if (checkPATH("pxz")) {
$config
{'
compress-xz
'}
=
"
pixz
";
}
$config
{'
compress-lz
'}
=
"
clzip
";
if
(
checkPATH
("
pdlzip
"))
{
$config
{'
compress-lz
'}
=
"
pdlzip
";
}
elsif
(
checkPATH
("
plzip
"))
{
if
(
checkPATH
("
plzip
"))
{
$config
{'
compress-lz
'}
=
"
plzip
";
}
elsif
(
checkPATH
("
pdlzip
"))
{
$config
{'
compress-lz
'}
=
"
pdlzip
";
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment