Sign in
eclipse
/
gerrit
/
webtools
/
webtools.releng.aggregator
/
refs/heads/R3_6_1_patches
/
.
/
scripts
/
build-preparation.sh
blob: 33e71f6dc2d9b1775f7f5c56d2a2629c27f777f1 [
file
] [
log
] [
blame
]
#!/bin/bash
#Replaces @buildversionid@ by 3.6.1, in the category.xml files.
find
./
-
name category
.
xml
-
type f
-
exec sed
-
i
's/@buildversionid@/3.6.1/g'
{}
\;