mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
* winsup.api/winsup.exp (ws_spawn): Tweak slightly to work with tcl 8.4.1.
This commit is contained in:
parent
994d26a476
commit
9c88207cf3
@ -1,3 +1,8 @@
|
||||
2003-02-08 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* winsup.api/winsup.exp (ws_spawn): Tweak slightly to work with tcl
|
||||
8.4.1.
|
||||
|
||||
2003-02-07 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* libltp/lib/parse_opts.c: Deal with C warnings.
|
||||
|
@ -23,7 +23,7 @@ if { [info exists env(CYGWIN_TESTSUITE_TESTS)] } {
|
||||
proc ws_spawn {cmd args} {
|
||||
global rv
|
||||
verbose "running $cmd\n"
|
||||
catch [eval "exec $cmd"] rv
|
||||
catch "exec $cmd" rv
|
||||
verbose send "catchCode = $rv\n"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user