Skip to content

Commit

Permalink
[ string1 = string2 ] is good compatibility, Such as ubuntu:dash do n…
Browse files Browse the repository at this point in the history
…ot support [ string1 == string2 ]

Former-commit-id: 02edbc2e739589e0e63b7e2ee072f5c30726be2c
  • Loading branch information
zhangzheng28 committed Jun 13, 2015
1 parent 2edf160 commit cfa37ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DEV_ROCKS=busted luacov luacov-coveralls luacheck
.PHONY: install dev clean start seed drop lint test coverage test-all

install:
@if [ `uname` == "Darwin" ]; then \
@if [ `uname` = "Darwin" ]; then \
luarocks make kong-*.rockspec; \
else \
luarocks make kong-*.rockspec \
Expand Down

0 comments on commit cfa37ea

Please sign in to comment.