diff options
author | J Pipkin <j@dawnrazor.net> | 2012-12-31 08:18:40 -0600 |
---|---|---|
committer | J Pipkin <j@dawnrazor.net> | 2012-12-31 08:18:40 -0600 |
commit | 5c142df2317aab55751f1d3c659ee08dc613ddf9 (patch) | |
tree | 08acbb6c6d8a517198c2db574da42e3c7aae3ba7 | |
parent | 8b777877968f5a21fe4974cd3c99bf41137b7806 (diff) | |
download | sbotools2-5c142df2317aab55751f1d3c659ee08dc613ddf9.tar.xz |
die if -p is specified without -N
-rwxr-xr-x | sboupgrade | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -88,6 +88,7 @@ if ($jobs) { if ($compat32) { die "compat32 only works on x86_64.\n" unless get_arch eq 'x86_64'; + die "-p|--compat32 requires -N|--installnew\n" unless $install_new; } # if we can't find SLACKBUILDS.TXT in $config{HOME}, prompt to fetch the tree |