From 636c02f0be021b5d56fd29a562f80ed0f5cdff46 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Sat, 28 Jul 2012 19:51:57 +0200 Subject: Fix R13B03 build (Reported-by: Sergey Nartimov) --- src/rebar_asn1_compiler.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rebar_asn1_compiler.erl') diff --git a/src/rebar_asn1_compiler.erl b/src/rebar_asn1_compiler.erl index c9dca1f..40129c9 100644 --- a/src/rebar_asn1_compiler.erl +++ b/src/rebar_asn1_compiler.erl @@ -65,7 +65,7 @@ compile_asn1(Source, Target, Config) -> ok end; {error, _Reason} -> - ?ABORT + ?FAIL end. asn_generated_files(AsnDir, SrcDir, IncDir) -> -- cgit v1.1