Skip to content

Commit a0bc271

Browse files
committed
Remove unnecessary quoting.
1 parent c13c051 commit a0bc271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sync-cvs-converts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ for dir in $(find ${HOME}/src/cvs-converts -depth 1 -type d); do
2020
;;
2121
marcuscom-tinderbox)
2222
CVSROOT=":pserver:[email protected]:/space/cvs/marcuscom-cvs"
23-
git cvsimport -v -d "$CVSROOT" portstools/tinderbox
23+
git cvsimport -v -d $CVSROOT portstools/tinderbox
2424
git push --all origin
2525
;;
2626
*)

0 commit comments

Comments
 (0)