summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9939664)
raw | patch | inline | side by side (parent: 9939664)
author | Tommy M. McGuire <mcguire@crsr.net> | |
Fri, 10 Jun 2005 06:22:06 +0000 (01:22 -0500) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Mon, 13 Jun 2005 03:48:18 +0000 (20:48 -0700) |
Remove unneeded sanity tests. Remote repositories do, indeed, just
work.
Signed-off-by: Tommy McGuire <mcguire@crsr.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
work.
Signed-off-by: Tommy McGuire <mcguire@crsr.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
git-cvsimport-script | patch | blob | history |
diff --git a/git-cvsimport-script b/git-cvsimport-script
index 7a43e65592bfe366f172a66faafbfdc6d0e5763b..936ed8837eb5f645d1c35b23bb1550a09ed2c293 100755 (executable)
--- a/git-cvsimport-script
+++ b/git-cvsimport-script
export CVSROOT="$1"
export MODULE="$2"
-if [ ! "$CVSROOT" ] || [ ! "$MODULE" ] || [ ! -d $CVSROOT ] || [ ! -d $CVSROOT/CVSROOT ] || [ ! -d $CVSROOT/$MODULE ] ; then
+if [ ! "$CVSROOT" ] || [ ! "$MODULE" ] ; then
echo "Usage: git cvsimport <cvsroot> <module>"
exit 1
fi