* Process command line options before grabbing the lock to allow the

--help and --version options to always work.

svn path=/trunk/kdenonbeta/kdecvs-build/; revision=302660
wilder
Michael Pyne 22 years ago
parent 89eaff9d42
commit d734d76d16
  1. 5
      kdecvs-build

@ -1114,6 +1114,8 @@ sub handle_install
# Script starts.
read_options();
initialize_environment();
process_arguments();
if (not get_lock())
{
@ -1121,9 +1123,6 @@ if (not get_lock())
exit 0; # Don't finish(), it's not our lockfile!!
}
initialize_environment();
process_arguments();
@update_list = get_update_list();
@build_list = get_build_list();

Loading…
Cancel
Save