diff --git a/src/ibuild.erl b/src/ibuild.erl index 92cf709..2530004 100755 --- a/src/ibuild.erl +++ b/src/ibuild.erl @@ -24,7 +24,7 @@ build_index() -> end, I = lists:foldl(F, dict:new(), ?tz_database), {ok, File} = file:open("tz_index.hrl", [write]), - io:fwrite(File, "-define(tz_index, ~p).", [I]). + io:fwrite(File, "-define(tz_index, ~p).\n", [I]). %% So this can be run from escript: main(_Args) ->