Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] bug in condor_config_val processing its arguments.
- Date: Wed, 16 May 2012 18:32:18 -0700 (PDT)
- From: Rob <spamrefuse@xxxxxxxxx>
- Subject: [Condor-users] bug in condor_config_val processing its arguments.
Hi,
I discovered an unusual output from condor_config_val.
When I do
condor_config_val HOSTNAME FLOCK_FROM FLOCK_TO
it gives the proper values of HOSTNAME and FLOCK_FROM, and for FLOCK_TO it says:
Not defined: FLOCK_TO
However, when I do
condor_config_val FLOCK_TO HOSTNAME FLOCK_FROM
it tells me that FLOCK_TO is not defined, but then stops; the undefined variable FLOCK_TO seems to stop further processing of the remaining arguments on the input line. I suspect this is a bug.....isn't it?
I'm using Condor 7.7.5 on a X86_64-Fedora_16 OS.
Regards,
Rob.