don't use the hard-coded /bin/sh shell in package gdb (by Tony Theodore)

This commit is contained in:
Volker Grabsch 2010-05-24 23:28:27 +02:00
parent 0e51923b99
commit 2985854c96
1 changed files with 17 additions and 0 deletions

17
src/gdb-1-fix-shell.patch Normal file
View File

@ -0,0 +1,17 @@
This file is part of mingw-cross-env.
See doc/index.html for further information.
This patch has been taken from:
http://sourceware.org/bugzilla/show_bug.cgi?id=9098
--- a/gdb/gdbserver/Makefile.in 2010-01-05 02:03:00.000000000 +1100
+++ b/gdb/gdbserver/Makefile.in 2010-05-21 23:49:45.960860228 +1000
@@ -43,7 +43,7 @@
htmldir = $(prefix)/html
includedir = @includedir@
-SHELL = /bin/sh
+SHELL = @SHELL@
EXEEXT = @EXEEXT@
INSTALL = @INSTALL@