repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lua-54: updated to 5.4.7
[oi-userland.git]
/
components
/
runtime
/
smalltalk
/
stack-spur
/
tools
/
pluginrev.sh
blob
1366113ba14ea5b6f3333e71ef20d3b69185f7f3
1
#!/bin/sh
2
3
#
4
# script to replace the plugin version by the string $(PLUGIN_REV)
5
#
6
7
svn_rev
=
$1
8
perl
-p -e
"s/
$svn_rev
/
\\
$\(PLUGIN_REV\)/;"
9