diff options
| author | aarne <unknown> | 2005-04-28 15:42:47 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2005-04-28 15:42:47 +0000 |
| commit | 830f7c14bc0a7c9a22ec73759e315087a658f8ee (patch) | |
| tree | 9ebbbc2fe852c4a93dcf3b93e0ef5486a64b38e3 /bin | |
| parent | 8b7e450f1cf8d88909b8ce78218c44b9b102e928 (diff) | |
library adjustments, error message clean-up
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/jgf | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,10 +1,10 @@ #! /bin/sh # change the value of GFHOME to the directory where you have the gf binary -GFHOME=/home/aarne/GF/bin +GFHOME=/home/aarne/GF -JGUILIB=$GFHOME/java -GF=$GFHOME/gf +JGUILIB=$GFHOME/src/JavaGUI +GF=$GFHOME/bin/gf JGUI=GFEditor2 java -cp $JGUILIB $JGUI "$GF -java $*" |
