Skip to content

Commit

Permalink
quote URL in Makefile.in and use single slashes
Browse files Browse the repository at this point in the history
This seems to work on linux for both build layouts, reports are welcome.
  • Loading branch information
moritz committed Feb 10, 2009
1 parent 577566e commit 196ea50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile.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 196ea50

Please sign in to comment.