Skip to content

Commit

Permalink
- Fix meta_modelica_gen_string_lit.sh for Windows
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7712 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jan 19, 2011
1 parent cc0a0d3 commit eeb50b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_runtime/meta_modelica_gen_string_lit.sh
Expand Up @@ -16,7 +16,7 @@ echo 'void* mmc_emptystring = MMC_REFSTRINGLIT(OMC_STRINGLIT_0);'
for i in $HEX; do
for j in $HEX; do
if [ $i$j != "00" ] ; then
echo "static MMC_DEFSTRINGLIT(OMC_STRINGLIT_1_$i$j,1,\"\\\\x$i$j\");"
echo "static MMC_DEFSTRINGLIT(OMC_STRINGLIT_1_$i$j,1,\"\\x$i$j\");"
fi
done
done
Expand Down

0 comments on commit eeb50b3

Please sign in to comment.