Author: laxathom
Update of /cvs/free/common
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19481
Modified Files:
cvs-import.sh
Log Message:
export cvstree as well
Index: cvs-import.sh
===================================================================
RCS file: /cvs/free/common/cvs-import.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cvs-import.sh 19 Jul 2008 15:11:27 -0000 1.5
+++ cvs-import.sh 19 Jul 2008 15:14:34 -0000 1.6
@@ -94,7 +94,7 @@
if [ -z $1 ] ; then
CVSTREE=free
else
- CVSTREE=${CVSTREE:=$1}
+ CVSTREE=${CVSTREE:=$1} && export CVSTREE
fi
if [ -z "$CVSTREE" ] ; then
echo "ERROR: --cvstree requires an argument"
Show replies by date