1
0
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:
freesource 2001-10-22 17:22:58 +00:00
parent a27d9ae45e
commit c2e7737da7

View File

@ -577,6 +577,7 @@ sub xyz {
################################ ################################
# INSTALL SOURCE DOWNLOAD-ONLY # # INSTALL SOURCE DOWNLOAD-ONLY #
################################ ################################
if ( $commands->{"x"} ) {
if (!$commands->{"y"}) { if (!$commands->{"y"}) {
if (!$commands->{"download-only"}) { if (!$commands->{"download-only"}) {
@ -709,6 +710,8 @@ sub xyz {
} }
} }
} # if -x
} }
####### #######
# FTP # # FTP #