Skip to content

Commit

Permalink
- Expected output
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14399 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Dec 15, 2012
1 parent 5fd9220 commit 42b43b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile.in
Expand Up @@ -112,7 +112,6 @@ fix-svn-eol-style:
svn propset svn:eol-style LF `find testsuite/ Compiler/ libraries/ -name "*.mos" | grep -v parser/ParseModel | grep -v "[ ]" | grep -v "_temp[0-9]*"`
svn propset svn:eol-style LF `find testsuite/ Compiler/ libraries/ -name "*.tpl" | grep -v parser/ParseModel | grep -v "[ ]" | grep -v "_temp[0-9]*"`
svn propset svn:eol-style LF `find SimulationRuntime/c Compiler/runtime/ libraries/ OMEdit/ OMNotebook/ | egrep "\.[ch]\$$|\.[ch]pp\$$" | grep -v "[ ]"`
svn propset svn:eol-style LF `find . | grep /Makefile\$$`
svn propset svn:eol-style LF `find . | grep /Makefile.in\$$`
fix-bom:
find . -type f \( ! -path '*/.svn/*' -prune \) | while read file;do sed -i '1 s/^\xef\xbb\xbf//' "$$file";done
Expand Down

0 comments on commit 42b43b3

Please sign in to comment.