common cvs-import.sh,1.19,1.20

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Mon Apr 2 19:05:19 UTC 2007


Author: jkeating

Update of /cvs/extras/common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13042

Modified Files:
	cvs-import.sh 
Log Message:
Spaces matter.



Index: cvs-import.sh
===================================================================
RCS file: /cvs/extras/common/cvs-import.sh,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- cvs-import.sh	2 Apr 2007 18:51:29 -0000	1.19
+++ cvs-import.sh	2 Apr 2007 19:04:49 -0000	1.20
@@ -167,12 +167,12 @@
 # Check out the existing module
 cd $TMPDIR
 echo "Checking out module: '$NAME'"
-$CVS -Q checkout $NAME || {echo "ERROR: \"$NAME\" module does not exist in cvs."; exit 1;}
+$CVS -Q checkout $NAME || { echo "ERROR: \"$NAME\" module does not exist in cvs."; exit 1; }
 
 # this is our working directory
 cd $NAME
 
-[ -d ${BRANCH} ] || {echo "ERROR: \"$NAME/$BRANCH\" does not exist!"; exit 1;}
+[ -d ${BRANCH} ] || { echo "ERROR: \"$NAME/$BRANCH\" does not exist!"; exit 1; }
 
 # check if we have imported this entry
 TAG=$(echo "${NAME##[0-9]}-$VERSION-$RELEASE" | sed -e 's/[$,.:;@]/_/g')




More information about the scm-commits mailing list