]> git.mxchange.org Git - flightgear.git/commitdiff
Script was looking for wrong executable name.
authorcurt <curt>
Fri, 15 Oct 1999 00:11:52 +0000 (00:11 +0000)
committercurt <curt>
Fri, 15 Oct 1999 00:11:52 +0000 (00:11 +0000)
src/Main/runfgfs.in

index ba0d40bfc69f3be6d645d004cf08db2ce06a35cf..e182be140bbdec0ad2e949c2f46d84a7be1e590b 100755 (executable)
@@ -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