commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/gnuef setup_cvs_devel.sh


From: Jason Cater
Subject: gnue/gnuef setup_cvs_devel.sh
Date: Wed, 30 May 2001 11:43:26 -0700

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    01/05/30 11:43:26

Modified files:
        gnuef          : setup_cvs_devel.sh 

Log message:
        Exported PYTHONPATH in setup_cvs_devel.sh

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnuef/setup_cvs_devel.sh.diff?cvsroot=OldCVS&tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: gnue/gnuef/setup_cvs_devel.sh
diff -u gnue/gnuef/setup_cvs_devel.sh:1.4 gnue/gnuef/setup_cvs_devel.sh:1.5
--- gnue/gnuef/setup_cvs_devel.sh:1.4   Wed May 30 10:54:17 2001
+++ gnue/gnuef/setup_cvs_devel.sh       Wed May 30 11:43:26 2001
@@ -12,7 +12,7 @@
 
     echo "**Creating client/gfcvs**"
    (
-     echo "PYTHONPATH=`pwd`/client:\$PYTHONPATH"
+     echo "PYTHONPATH=`pwd`/client:\$PYTHONPATH; export PYTHONPATH"
      echo "python `pwd`/client/gnue/forms/GFClient.py \$*" 
    ) > client/gfcvs  
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]