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