From 1a577fcd433a502fb0e458ea2db96f5b5bae401c Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Mon, 25 Oct 2010 23:08:19 +0200 Subject: Clarify rebar_utils:ensure_dir/1 comment --- src/rebar_utils.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/rebar_utils.erl b/src/rebar_utils.erl index 9512152..c9ab3bc 100644 --- a/src/rebar_utils.erl +++ b/src/rebar_utils.erl @@ -112,7 +112,8 @@ now_str() -> lists:flatten(io_lib:format("~4b/~2..0b/~2..0b ~2..0b:~2..0b:~2..0b", [Year, Month, Day, Hour, Minute, Second])). -%% TODO: filelib:ensure_dir/1 corrected in R13B04. Can be removed. +%% TODO: filelib:ensure_dir/1 corrected in R13B04. Remove when we drop +%% support for OTP releases older than R13B04. ensure_dir(Path) -> case filelib:ensure_dir(Path) of ok -> -- cgit v1.1