summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@lshift.net>2008-11-25 13:20:47 +0000
committerSimon MacMullen <simon@lshift.net>2008-11-25 13:20:47 +0000
commit6c62255f86be579dff7b7a4767656b2234507ff2 (patch)
tree8016297daa24c765d7d4bf25331d08a944bfeb64
parentd0bc61aef26fb7f1d9d97e1ca2e0e3d71fd6a4d7 (diff)
downloadrabbitmq-server-6c62255f86be579dff7b7a4767656b2234507ff2.tar.gz
Empty changeset to create a new head for bug18557
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 04a0aff6..6baee930 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ WEB_URL=http://stage.rabbitmq.com/
ifndef USE_SPECS
# our type specs rely on features / bug fixes in dialyzer that are
# only available in R12B-3 upwards
-#
+#
# NB: the test assumes that version number will only contain single digits
USE_SPECS=$(shell if [ $$(erl -noshell -eval 'io:format(erlang:system_info(version)), halt().') \> "5.6.2" ]; then echo "true"; else echo "false"; fi)
endif