From: curt Date: Fri, 15 Oct 1999 00:11:52 +0000 (+0000) Subject: Script was looking for wrong executable name. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6d733533ba9107af2234a64e752b3136ecff302d;p=flightgear.git Script was looking for wrong executable name. --- 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