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: Tue, 22 May 2001 19:40:00 -0700

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    01/05/22 19:39:59

Modified files:
        gnuef          : setup_cvs_devel.sh 

Log message:
        Modified setup_cvs_devel.sh so that it creates a gfcvs script.  Now, we 
can run gfcvs from any directory and it will properly call the cvs version of 
gfclient.

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

Patches:
Index: gnue/gnuef/setup_cvs_devel.sh
diff -u gnue/gnuef/setup_cvs_devel.sh:1.2 gnue/gnuef/setup_cvs_devel.sh:1.3
--- gnue/gnuef/setup_cvs_devel.sh:1.2   Fri Apr 13 11:16:58 2001
+++ gnue/gnuef/setup_cvs_devel.sh       Tue May 22 19:39:59 2001
@@ -9,3 +9,11 @@
     ln -s ../../../gnue-common/gnue/common common  
     cd $orig_dir
 fi
+
+    echo "**Creating client/gfcvs**"
+   (
+     echo "PYTHONPATH=`pwd`/client:\$PYTHONPATH"
+     echo "`pwd`/client/gfclient \$*" 
+   ) > client/gfcvs  
+
+    echo "  ... you may want to copy client/gfcvs to /usr/local/bin"



reply via email to

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