Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up emacs file local variables | Tuncer Ayaz | 2011-01-31 | 1 | -1/+1 |
| | |||||
* | Fix file existence checks | Tuncer Ayaz | 2011-01-29 | 1 | -7/+7 |
| | |||||
* | Unify executable invocation | Juhani Rankimies | 2011-01-06 | 1 | -0/+12 |
| | | | | | Add flags to rebar_utils:sh to control output and error handling. Replace calls to os:cmd with calls to rebar_utils:sh. | ||||
* | Port rebar_file_utils to Windows | Juhani Rankimies | 2010-10-27 | 1 | -0/+265 |
Modify rm_rf and cp_r to work when {win32,_} = os:type(). Simplify rm_rf to only accept one filename, directoryname or wildcard. Add unit tests to ensure a similar behaviour on windows and unix. Thanks to tuncer for guidance and feedback. |