Author: laxathom
Update of /cvs/nonfree/common
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25018
Modified Files:
cvs-import.sh
Log Message:
update typo
Index: cvs-import.sh
===================================================================
RCS file: /cvs/nonfree/common/cvs-import.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cvs-import.sh 20 Jul 2008 20:07:42 -0000 1.5
+++ cvs-import.sh 20 Jul 2008 20:09:13 -0000 1.6
@@ -314,7 +314,7 @@
rm -f sources && mv sources.new sources
rm -f .cvsignore && mv .cvsignore.new .cvsignore
if [ -n "$UPLOADFILES" ] ; then
- make upload FILES="$UPLOADFILES" || {
+ make upload TREE="$CVSTREE" FILES="$UPLOADFILES" || {
echo "ERROR: Uploading the source tarballs failed!"
exit 9
}
Show replies by date