Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-09-26 07:28:25 +0300
committerJoas Schilling <coding@schilljs.com>2022-09-26 07:28:25 +0300
commit4cf626dd5136dcc2439177fc1f713fd61ae5819d (patch)
tree4d6745b04101fc930e1e25ff6f3a6107b5aed983 /translations-app
parent1897a685d8759dfe475fa9f71cc8a2fb5cc96800 (diff)
Allow slash in backport branches
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'translations-app')
-rwxr-xr-xtranslations-app/handleAppTranslations.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/translations-app/handleAppTranslations.sh b/translations-app/handleAppTranslations.sh
index b354cdf..7cdb5e6 100755
--- a/translations-app/handleAppTranslations.sh
+++ b/translations-app/handleAppTranslations.sh
@@ -65,7 +65,7 @@ do
cd translationfiles/templates/
for file in $(ls)
do
- mv $file ../../stable-templates/$version.$RESOURCE_ID.pot
+ mv $file ../../stable-templates/${version/\//-}.$RESOURCE_ID.pot
done
cd ../..
done