summaryrefslogtreecommitdiff
path: root/src/rebar_utils.erl
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2011-12-12 19:08:40 +0100
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2011-12-12 21:20:34 +0100
commit8c89a388bf39b34430dae76ca51ec9869e938f7f (patch)
treea970fde2840f85be0a9fe5a383d729315563582a /src/rebar_utils.erl
parenta5e39c2c545e2a9dd33dc08d5161234a681d7aa6 (diff)
Universally support apps=/skip_apps=
Diffstat (limited to 'src/rebar_utils.erl')
-rw-r--r--src/rebar_utils.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rebar_utils.erl b/src/rebar_utils.erl
index 838b71a..3fa8030 100644
--- a/src/rebar_utils.erl
+++ b/src/rebar_utils.erl
@@ -56,7 +56,6 @@ get_cwd() ->
{ok, Dir} = file:get_cwd(),
Dir.
-
is_arch(ArchRegex) ->
case re:run(get_arch(), ArchRegex, [{capture, none}]) of
match ->