From b1b29e0858e4e7c6a358e982abc483c8e9091986 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Tue, 29 Dec 2009 20:09:28 +0100 Subject: Implemented getopt option support --- ebin/rebar.app | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ebin') diff --git a/ebin/rebar.app b/ebin/rebar.app index 9598e8e..c2f7967 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -21,7 +21,8 @@ rebar_rel_utils, rebar_reltool, rebar_subdirs, - rebar_utils ]}, + rebar_utils, + getopt ]}, {registered, []}, {applications, [kernel, stdlib, -- cgit v1.1