Browse Source

Makes sure that --source always depends on -x .. before -xz was happening

because there was no check or x.
master
freesource 23 years ago
parent
commit
c2e7737da7
  1. 3
      SWIM/Safex.pm

3
SWIM/Safex.pm

@ -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…
Cancel
Save