mhonarc-commits
[Top] [All Lists]

CVS: devtools/bin release,1.11,1.12

2002-05-07 17:09:54
Update of /cvsroot/mhonarc/devtools/bin
In directory subversions:/tmp/cvs-serv30467

Modified Files:
	release 
Log Message:
* Fixed bug checking for ~/.release.conf, forgot to put '/' after
  $HOME.


Index: release
===================================================================
RCS file: /cvsroot/mhonarc/devtools/bin/release,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** release	7 May 2002 20:22:43 -0000	1.11
--- release	7 May 2002 21:40:19 -0000	1.12
***************
*** 38,42 ****
  # Possible locations of configuration file
  my @CONF_FILES = (
!   $ENV{'HOME'}.'.release.conf',
    '/usr/local/etc/devtools/release.conf',
    '/etc/devtools/release.conf',
--- 38,42 ----
  # Possible locations of configuration file
  my @CONF_FILES = (
!   $ENV{'HOME'}.'/.release.conf',
    '/usr/local/etc/devtools/release.conf',
    '/etc/devtools/release.conf',
***************
*** 93,96 ****
--- 93,99 ----
    usage(2, 0)  if ($opt{'man'});
  
+   $ECHO_ONLY	= $opt{'n'};
+   $TEST_ONLY	= $opt{'test-only'};
+ 
    ## Read site configuration file
    if ($opt{'conf'}) {
***************
*** 117,122 ****
  			  MK_TARGET_RELEASE;
  
-   $ECHO_ONLY	= $opt{'n'};
-   $TEST_ONLY	= $opt{'test-only'};
    my $project	= $opt{'project'} ||
  		  die qq/Error: -project not specified!\n/;
--- 120,123 ----


_______________________________________________
MHonArc-dev mailing list
MHonArc-dev(_at_)mail(_dot_)freesoftware(_dot_)fsf(_dot_)org
http://mail.freesoftware.fsf.org/mailman/listinfo/mhonarc-dev