@@ -1 +1 @@
--define(VERSION,"7.1-7-g30d0158").
+-define(VERSION,"7.1-10-gcae65ac").
@@ -1,3 +1,3 @@
{deps_dir,"deps"}.
{erl_opts,[nowarn_export_all]}.
-{deps,[{sh,".*",{git,"git://github.com/synrc/sh",{branch, "master"}}}]}.
+{deps,[{sh,".*",{git,"https://github.com/synrc/sh",{branch, "master"}}}]}.
@@ -1,6 +1,7 @@
-module(mad_port).
-copyright('Maxim Sokhatsky').
-compile(export_all).
+-export([compile/2]).
compile(Dir,Config) ->
case mad_utils:get_value(port_specs, Config, []) of