Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | file_utils: properly report errors (fix #95) | Tuncer Ayaz | 2014-04-11 | 1 | -2/+2 |
| | | | | While at it, improve the error message printed by rebar_utils:sh/2. | ||||
* | Fix whitespace errors in unit tests | Tuncer Ayaz | 2011-08-05 | 1 | -1/+2 |
| | |||||
* | 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. |