diff -r 92f6149c4275 -r 010f6f4e4dd6 scripts/build/debug/300-gdb.sh --- a/scripts/build/debug/300-gdb.sh Sat May 03 17:51:16 2008 +0000 +++ b/scripts/build/debug/300-gdb.sh Tue May 20 21:32:39 2008 +0000 @@ -4,7 +4,7 @@ do_print_filename() { [ "${CT_GDB}" = "y" ] || return 0 - echo "gdb`do_debug_gdb_suffix`" + echo "gdb$(do_debug_gdb_suffix)" } do_debug_gdb_suffix() { @@ -15,17 +15,17 @@ } do_debug_gdb_get() { - CT_GetFile "gdb`do_debug_gdb_suffix`" \ + CT_GetFile "gdb$(do_debug_gdb_suffix)" \ {ftp,http}://ftp.gnu.org/pub/gnu/gdb \ ftp://sources.redhat.com/pub/gdb/{{,old-}releases,snapshots/current} } do_debug_gdb_extract() { - CT_ExtractAndPatch "gdb`do_debug_gdb_suffix`" + CT_ExtractAndPatch "gdb$(do_debug_gdb_suffix)" } do_debug_gdb_build() { - gdb_src_dir="${CT_SRC_DIR}/gdb`do_debug_gdb_suffix`" + gdb_src_dir="${CT_SRC_DIR}/gdb$(do_debug_gdb_suffix)" extra_config= # Version 6.3 and below behave badly with gdbmi