summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest-nsgtk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-nsgtk b/test-nsgtk
index 1846b1f3c..3d61c5226 100755
--- a/test-nsgtk
+++ b/test-nsgtk
@@ -22,4 +22,4 @@ ulimit -c unlimited
NETSURFRES=`dirname $0`/gtk/res/
export NETSURFRES
-exec `dirname $0`/nsgtk -v "$@" 2>&1 | tee $LOG
+exec $GDB `dirname $0`/nsgtk -v "$@" 2>&1 | tee $LOG