lua-54: updated to 5.4.7
[oi-userland.git] / components / runtime / smalltalk / stack-spur / tools / pluginrev.sh
blob1366113ba14ea5b6f3333e71ef20d3b69185f7f3
1 #!/bin/sh
4 # script to replace the plugin version by the string $(PLUGIN_REV)
7 svn_rev=$1
8 perl -p -e "s/$svn_rev/\\$\(PLUGIN_REV\)/;"