/[gnue]/gnue-common/setup-cvs.py
ViewVC logotype

Diff of /gnue-common/setup-cvs.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.59 by reinhard, Sat Oct 4 11:21:02 2003 UTC revision 1.60 by reinhard, Sat Oct 4 19:47:19 2003 UTC
# Line 360  GNUEDIR = os.path.join(BASEDIR,'gnue') Line 360  GNUEDIR = os.path.join(BASEDIR,'gnue')
360    
361    
362  cvsbase = """#!/bin/sh  cvsbase = """#!/bin/sh
      if [ "z$GNUE_CONNECTIONS" = "z" ]  
       then  
        if [ -f %(CONFDIR)s/etc/connections.conf ]  
        then  
          GNUE_CONNECTIONS=%(CONFDIR)s/etc/connections.conf  
          export GNUE_CONNECTIONS  
        fi  
      fi  
363       PYTHONPATH=%(BASEDIR)s:$PYTHONPATH; export PYTHONPATH       PYTHONPATH=%(BASEDIR)s:$PYTHONPATH; export PYTHONPATH
364       SCRIPT="%%s"       SCRIPT="%%s"
365       if [ "$SCRIPT" != "" ]       if [ "$SCRIPT" != "" ]

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26