summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorCharles McKnight <cmcknight@pheonic.com>2011-01-05 16:00:00 -0800
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2011-01-06 12:30:32 +0100
commitf83f18eb3bcaebc746c72ffe728379c9a44668f1 (patch)
tree8091fec1992e52575fff99d97e8a1fd944ca4b29 /ebin
parent9c0d51bc0be4ae1f141ab25a12724d97ffc7c0a7 (diff)
Fix error where ebin was created as a file
This patch remedies an issue where the ebin directory would be erroneously created as a file by the first "mv" command in rebar_protobuffs_compile.erl [line 106] if the ebin file did not exist at the root application level. In essence, the patch ensures that the ebin directory exists at the application directory level before any "mv" commands are executed. The following code was inserted at line 106: ok = filelib:ensure_dir(filename:join("ebin","dummy")),
Diffstat (limited to 'ebin')
0 files changed, 0 insertions, 0 deletions