From: kirovs <ki...@us...> - 2005-12-05 16:41:56
|
Update of /cvsroot/cogs/ensupdate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15647 Modified Files: setup.pl Log Message: can't run before setting the env Index: setup.pl =================================================================== RCS file: /cvsroot/cogs/ensupdate/setup.pl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** setup.pl 5 Dec 2005 04:27:45 -0000 1.7 --- setup.pl 5 Dec 2005 16:41:45 -0000 1.8 *************** *** 43,46 **** --- 43,47 ---- then run this script again\n"; } + exit(); } my $host=$ENV{ENS_HOST}; |