* 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> | 2003-02-07  Christopher Faylor  <cgf@redhat.com> | ||||||
| 
 | 
 | ||||||
| 	* libltp/lib/parse_opts.c: Deal with C warnings. | 	* 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} { | proc ws_spawn {cmd args} { | ||||||
|     global rv |     global rv | ||||||
|     verbose "running $cmd\n" |     verbose "running $cmd\n" | ||||||
|     catch [eval "exec $cmd"] rv |     catch "exec $cmd" rv | ||||||
|     verbose send "catchCode = $rv\n" |     verbose send "catchCode = $rv\n" | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue