GFHOME must now be set in the environment

minor change in German numbers
This commit is contained in:
priesnit
2006-03-02 20:53:44 +00:00
parent f568dbcf64
commit 434053ac2c
2 changed files with 1 additions and 4 deletions

View File

@@ -1,8 +1,5 @@
#! /bin/sh
# change the value of GFHOME to the directory where you have the gf binary
GFHOME=/home/aarne/GF
JGUILIB=$GFHOME/src/JavaGUI
GF=$GFHOME/bin/gf
JGUI=GFEditor2

View File

@@ -23,7 +23,7 @@ lin n2 = mkZahl "zwei" "zw
lin n3 = mkZahl "drei" "dreizehn" "dreissig" ;
lin n4 = regZahl "vier" ;
lin n5 = regZahl "fünf" ;
lin n6 = regZahl "sechs" ;
lin n6 = mkZahl "sechs" "sechzehn" "sechzig" ;
lin n7 = mkZahl "sieben" "siebzehn" "siebzig" ;
lin n8 = regZahl "acht" ;
lin n9 = regZahl "neun" ;