Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Makefile] don't try to checkout http:////-URLs.
I hope that doesn't break stuff on Windows...
  • Loading branch information
moritz committed Feb 7, 2009
1 parent 6211ae2 commit 13f6779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/makefiles/root.in
Expand Up @@ -155,7 +155,7 @@ perl6$(EXE): perl6.pbc
spectest_checkout : t/spec

t/spec :
svn co http:////svn.pugscode.org//pugs//t//spec t/spec
svn co http://svn.pugscode.org/pugs/t/spec t/spec

spectest_update :
-cd t/spec && svn up
Expand Down

0 comments on commit 13f6779

Please sign in to comment.