Skip to content

Commit

Permalink
- Dereference symlinks
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10726 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Dec 15, 2011
1 parent e93ad2e commit c952ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/GenerateDoc.mos
Expand Up @@ -150,5 +150,5 @@ done
");
system("bash FindFiles.sh");
system("rm -f MSL.tar.xz");
system("tar cJf MSL.tar.xz *.html *.png GenerateDoc.mos");
system("tar cJf MSL.tar.xz --dereference *.html *.png GenerateDoc.mos");
getErrorString();

0 comments on commit c952ca0

Please sign in to comment.