Skip to content

Commit

Permalink
- doPlot renamed to doPlot.Cygwin
Browse files Browse the repository at this point in the history
- doPlot.Linux renamed to doPlot as Linux installation is far more spread than Cygwin!
  + this will get rid of an installation step on Linux and adds an installation step
    for Cygwin
- changed README.Cygwin.or.Linux.txt to mirror the changes

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2660 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Jan 10, 2007
1 parent e2545be commit 1802f39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Compiler/scripts/doPlot
@@ -1,2 +1,2 @@
#!/bin/sh
exec java -cp "`cygpath -w ${OPENMODELICAHOME}/bin/ptplot.jar`" ptolemy.plot.plotml.EditablePlotMLApplication "`cygpath -w $1`" &
exec java -cp "${OPENMODELICAHOME}/bin/ptplot.jar" ptolemy.plot.plotml.EditablePlotMLApplication "$1" &
2 changes: 2 additions & 0 deletions Compiler/scripts/doPlot.Cygwin
@@ -0,0 +1,2 @@
#!/bin/sh
exec java -cp "`cygpath -w ${OPENMODELICAHOME}/bin/ptplot.jar`" ptolemy.plot.plotml.EditablePlotMLApplication "`cygpath -w $1`" &
2 changes: 0 additions & 2 deletions Compiler/scripts/doPlot.Linux

This file was deleted.

0 comments on commit 1802f39

Please sign in to comment.