Merge "One more fix for tools/sync-projects.sh"

This commit is contained in:
Jenkins 2015-07-27 17:02:07 +00:00 committed by Gerrit Code Review
commit 4339790d4f
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ function copy_rst_trans {
mkdir -p $PROJECT_DIR/$target/source/locale
for lang in ja ; do
TARGET=$PROJECT_DIR/$target/source/locale/$lang/LC_MESSAGES
mkdir $TARGET
mkdir -p $TARGET
cp doc/common-rst/source/locale/$lang/LC_MESSAGES/common-rst.po \
$TARGET
done