root/gaphor/tags/gaphor-0.1.0/gaphor.sh

Revision 123, 153 bytes (checked in by arjanmol, 6 years ago)

Better i18n support

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
Line 
1 export PYTHONPATH="`pwd`:$PYTHONPATH"
2
3 test -x "./bin/gaphor" || {
4         echo "$0: first configure Gaphor (e.g. './configure')"
5         exit 1
6 }
7 exec "./bin/gaphor"
Note: See TracBrowser for help on using the browser.