[djgpp/commit] Fix the DJGPP build of GDB

Andreas Schwab schwab@linux-m68k.org
Sat Sep 5 16:04:00 GMT 2009


Eli Zaretskii <eliz@gnu.org> writes:

> @@ -2,31 +2,37 @@
>  s|gdb\.c++|gdb.cxx|g
>  /ac_rel_source/s|ln -s|cp -p|
>  s|\.gdbinit|gdb.ini|g
> +# This works around a bug in DJGPP port of Bash 2.0x
> +s|return $ac_retval|(&)|g

Looks like you missed escaping the $.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



More information about the Gdb-patches mailing list