diff options
author | Eric <[email protected]> | 2012-09-08 11:15:49 -0500 |
---|---|---|
committer | Eric <[email protected]> | 2012-09-09 18:25:49 -0500 |
commit | 9aab4d7a16fba5dfcf4d60b58a05cc765eca3335 (patch) | |
tree | c8427ae3b23a333309444ae2710f8e2974495f6c /src/rcl_goal_utils.erl | |
parent | d3debef8d90735087425f7ad03da4010d636d6a7 (diff) | |
download | relx-9aab4d7a16fba5dfcf4d60b58a05cc765eca3335.tar.gz relx-9aab4d7a16fba5dfcf4d60b58a05cc765eca3335.tar.bz2 relx-9aab4d7a16fba5dfcf4d60b58a05cc765eca3335.zip |
full argument parsing and management capability
Diffstat (limited to 'src/rcl_goal_utils.erl')
-rw-r--r-- | src/rcl_goal_utils.erl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/rcl_goal_utils.erl b/src/rcl_goal_utils.erl index 75fcda4..213a87d 100644 --- a/src/rcl_goal_utils.erl +++ b/src/rcl_goal_utils.erl @@ -3,7 +3,7 @@ %%% %%% This file is provided to you under the Apache License, %%% Version 2.0 (the "License"); you may not use this file -%%% except in compliance with the License. You may obtain +%%% except in compliance with the License. You may obtain %%% a copy of the License at %%% %%% http://www.apache.org/licenses/LICENSE-2.0 @@ -29,7 +29,6 @@ %% types %%============================================================================ - %%============================================================================ %% API %%============================================================================ @@ -68,7 +67,6 @@ to_op(<<":btwn:">>) -> to_op(<<":between:">>) -> 'between'. - to_vsn(Version) when erlang:is_list(Version) -> to_vsn(erlang:iolist_to_binary(Version)); to_vsn(Vsn) -> |