Remove the check for JIGDOCMD

This commit is contained in:
Steve McIntyre 2004-07-12 22:51:10 +00:00
parent 8a54182411
commit 6fcab0af68
1 changed files with 0 additions and 7 deletions

View File

@ -167,13 +167,6 @@ ifndef NONUS
@echo If we have FORCENONUSONCD1 set, we must also have NONUS set; false
endif
endif
ifneq "$(DOJIGDO)" "0"
ifndef JIGDOCMD
@echo JIGDOCMD undefined -- set up CONF.sh; false
endif
else
export JIGDOCMD=false
endif
## INITIALIZATION ##