mirror of
https://github.com/fspc/dswim.git
synced 2025-04-04 08:13:24 -04:00
Makes sure that --source always depends on -x .. before -xz was happening
because there was no check or x.
This commit is contained in:
parent
a27d9ae45e
commit
c2e7737da7
@ -577,6 +577,7 @@ sub xyz {
|
||||
################################
|
||||
# INSTALL SOURCE DOWNLOAD-ONLY #
|
||||
################################
|
||||
if ( $commands->{"x"} ) {
|
||||
if (!$commands->{"y"}) {
|
||||
if (!$commands->{"download-only"}) {
|
||||
|
||||
@ -709,6 +710,8 @@ sub xyz {
|
||||
|
||||
}
|
||||
}
|
||||
} # if -x
|
||||
|
||||
}
|
||||
#######
|
||||
# FTP #
|
||||
|
Loading…
x
Reference in New Issue
Block a user