From 6d733533ba9107af2234a64e752b3136ecff302d Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 15 Oct 1999 00:11:52 +0000 Subject: [PATCH] Script was looking for wrong executable name. --- src/Main/runfgfs.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main/runfgfs.in b/src/Main/runfgfs.in index ba0d40bfc..e182be140 100755 --- a/src/Main/runfgfs.in +++ b/src/Main/runfgfs.in @@ -29,7 +29,7 @@ $prefix = "@prefix@"; # print "-> $prefix\n"; # potential names of Flight Gear executable to try -@files = ( "fg", "fg.exe" ); +@files = ( "fgfs", "fgfs.exe" ); # search for the executable # potential paths where the executable may be found