If I match as follows: REQUIREMENTS = ( ... && (CondorVersion == "$CondorVersion: 6.6.6 Jul 26 2004 $") ) it runs on machines with both 6.6.5 and 6.6.6 versions of condor
and if I match like this (in a vain hope of avoiding potential macro substitution): REQUIREMENTS = ( ... && (CondorVersion == '$CondorVersion: 6.6.6 Jul 26 2004 $') )