]> git.mxchange.org Git - flightgear.git/commitdiff
Tweak paths.
authorcurt <curt>
Wed, 5 Jun 2002 21:05:41 +0000 (21:05 +0000)
committercurt <curt>
Wed, 5 Jun 2002 21:05:41 +0000 (21:05 +0000)
scripts/debug/debug-fgfs

index 32c4f3015a991a66a456a74de246906f58c45d21..5383bda0272e3a1bb50f4bcb0752c1ab5cdbf5f9 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/bash
+#!/bin/bash
 # $Id$
 #
 #
@@ -24,7 +24,7 @@
 # 
 #  adapt the following two entries to your needs:
 #
-fgfs="../FlightGear/src/Main/fgfs"
+fgfs="../../src/Main/fgfs"
 opt="--disable-game-mode --disable-fullscreen --fdm=magic"