projects
/
scpubgit/Rakudo-Star.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1612b73
)
fetch version of star based on dist version
Matt S Trout [Tue, 4 Sep 2012 19:42:48 +0000 (19:42 +0000)]
maint/fetch-star
patch
|
blob
|
blame
|
history
diff --git
a/maint/fetch-star
b/maint/fetch-star
index
dd4cf01
..
b86d0f6
100755
(executable)
--- a/
maint/fetch-star
+++ b/
maint/fetch-star
@@
-1,6
+1,6
@@
#!/bin/sh
-STAR=2012.08
+STAR=$(perl -Ilib -MRakudo::Star -e'print substr(Rakudo::Star->VERSION,0,7)')
STARTAR=rakudo-star-$STAR