"Philippe Bruhat (BooK)" <book@xxxxxxxx> writes: > diff --git a/t/t9400-git-cvsserver-server.sh b/t/t9400-git-cvsserver-server.sh > index 64f947d..dc710f8 100755 > --- a/t/t9400-git-cvsserver-server.sh > +++ b/t/t9400-git-cvsserver-server.sh > @@ -20,7 +20,7 @@ then > say 'skipping git-cvsserver tests, cvs not found' > test_done > fi > -perl -e 'use DBI; use DBD::SQLite' >/dev/null 2>&1 || { > +$PERL_PATH -e 'use DBI; use DBD::SQLite' >/dev/null 2>&1 || { > say 'skipping git-cvsserver tests, Perl SQLite interface unavailable' > test_done > } Shouldn't these $PERL_PATH all be quoted inside double-quotes? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html