summaryrefslogtreecommitdiffstats
path: root/scripts/t-rex-64-debug-gdb
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/t-rex-64-debug-gdb')
-rwxr-xr-xscripts/t-rex-64-debug-gdb2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/t-rex-64-debug-gdb b/scripts/t-rex-64-debug-gdb
index 087afb71..723bfe2f 100755
--- a/scripts/t-rex-64-debug-gdb
+++ b/scripts/t-rex-64-debug-gdb
@@ -1,4 +1,4 @@
#! /bin/bash
export LD_LIBRARY_PATH=`pwd`
-gdb --args ./_t-rex-64-debug $@
+/bin/gdb --args ./_t-rex-64-debug $@