--- festival/src/arch/festival/festival.cc 2006-10-20 00:00:44 +0300 +++ festival/src/arch/festival/festival.cc 2006-10-20 00:01:29 +0300 @@ -362,7 +362,7 @@ char *path = getenv("PATH"); char *newpath = walloc(char,1024+strlen(path)+strlen(etcdir)+ strlen(etcdircommon)); - sprintf(newpath,"PATH=%s:%s:%s",path,etcdir,etcdircommon); + sprintf(newpath,"PATH=%s:/usr/lib/festival:%s:%s",path,etcdir,etcdircommon); putenv(newpath); wfree(etcdir);