Merge from 1.1 branch.

This commit is contained in:
Scott Ehlert
2008-12-07 20:52:06 -06:00
15 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ all: check
$(MAKE) -f Makefile sourcemod
check:
if [ "$(ENGSET)" == "false" ]; then \
if [ "$(ENGSET)" = "false" ]; then \
echo "You must supply ENGINE=left4dead or ENGINE=orangebox or ENGINE=original"; \
exit 1; \
fi