[opencoe-cvs] coekernel/src/COE/src/COE/bin COESegInstall,1.13,1.14
Status: Alpha
Brought to you by:
rbroberg
From: <rbr...@us...> - 2003-11-15 19:49:37
|
Update of /cvsroot/opencoe/coekernel/src/COE/src/COE/bin In directory sc8-pr-cvs1:/tmp/cvs-serv25433/bin Modified Files: COESegInstall Log Message: [ 841518 ] COESegInstall incorrectly parses args in Icons [ 841521 ] ApplicationManager mishandles arguments for commands Index: COESegInstall =================================================================== RCS file: /cvsroot/opencoe/coekernel/src/COE/src/COE/bin/COESegInstall,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** COESegInstall 8 Oct 2003 05:05:43 -0000 1.13 --- COESegInstall 15 Nov 2003 19:49:34 -0000 1.14 *************** *** 604,608 **** # args $_=$t[2]; ! s/$exec//; $args=$_; --- 604,608 ---- # args $_=$t[2]; ! s/$exec //; $args=$_; |