From b885e3ff8799ad60ce15d2159287de01381930ba Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 5 Jun 2002 21:05:41 +0000 Subject: [PATCH] Tweak paths. --- scripts/debug/debug-fgfs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"