make message checking .. in lockprefix start with uppercase
This commit is contained in:
parent
59344b6e47
commit
b2a2c3872e
|
|
@ -1,15 +1,15 @@
|
|||
#
|
||||
# SCons user-supplied FSP lock prefix tester
|
||||
#
|
||||
# Version 1.0
|
||||
# 20-Jul-2009
|
||||
# Version 1.1
|
||||
# 24-Aug-2009
|
||||
#
|
||||
|
||||
from SCons.Script import ARGUMENTS
|
||||
|
||||
def checkForLockPrefix(conf):
|
||||
"""Check for user-supplied lock prefix."""
|
||||
conf.Message("checking for user supplied lockprefix... ")
|
||||
conf.Message("Checking for user supplied lockprefix... ")
|
||||
lp = ARGUMENTS.get('lockprefix', 0) or ARGUMENTS.get("with-lockprefix",0)
|
||||
|
||||
if lp:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user