diff --git a/scripts/debug/debug-fgfs b/scripts/debug/debug-fgfs index 32c4f3015..5383bda02 100755 --- a/scripts/debug/debug-fgfs +++ b/scripts/debug/debug-fgfs @@ -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"