|
From: Jeff S. <jsq...@us...> - 2003-07-19 18:11:36
|
Update of /cvsroot/env-switcher/env-switcher In directory sc8-pr-cvs1:/tmp/cvs-serv2429 Modified Files: INSTALL LICENSE README Log Message: Updates to handle multiple default files; need to handle "split" of "switcher --show-exec" output, as well as pass through any error output lines. Thanks to Justin MacCallum for pointing this out. Index: INSTALL =================================================================== RCS file: /cvsroot/env-switcher/env-switcher/INSTALL,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** INSTALL 11 Oct 2002 17:00:43 -0000 1.2 --- INSTALL 19 Jul 2003 18:11:33 -0000 1.3 *************** *** 1,6 **** -*- text -*- ! Copyright (c) 2002 The Trustees of Indiana University. ! All rights reserved. This file is part of the Env-switcher software package. For license --- 1,6 ---- -*- text -*- ! Copyright (c) 2002-2003 The Trustees of Indiana University. ! All rights reserved. This file is part of the Env-switcher software package. For license Index: LICENSE =================================================================== RCS file: /cvsroot/env-switcher/env-switcher/LICENSE,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** LICENSE 29 Oct 2002 16:20:52 -0000 1.3 --- LICENSE 19 Jul 2003 18:11:33 -0000 1.4 *************** *** 1,6 **** Software License for Env-switcher ! Copyright (c) 2002 The Trustees of Indiana University. ! All rights reserved. Indiana University has the exclusive rights to license this product --- 1,6 ---- Software License for Env-switcher ! Copyright (c) 2002-2003 The Trustees of Indiana University. ! All rights reserved. Indiana University has the exclusive rights to license this product Index: README =================================================================== RCS file: /cvsroot/env-switcher/env-switcher/README,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** README 11 Oct 2002 17:00:43 -0000 1.3 --- README 19 Jul 2003 18:11:33 -0000 1.4 *************** *** 1,6 **** -*- text -*- ! Copyright (c) 2002 The Trustees of Indiana University. ! All rights reserved. This file is part of the Env-switcher software package. For license --- 1,6 ---- -*- text -*- ! Copyright (c) 2002-2003 The Trustees of Indiana University. ! All rights reserved. This file is part of the Env-switcher software package. For license |