mirror of
https://github.com/ankitects/anki.git
synced 2025-12-20 10:22:57 -05:00
fix echo statement
This commit is contained in:
parent
57f9ca787b
commit
493d9899e2
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ set -eo pipefail
|
|||
targetDir="../aqt_data/locale/gettext"
|
||||
mkdir -p $targetDir
|
||||
|
||||
echo "Compiling *.repo..."
|
||||
echo "Compiling *.po..."
|
||||
for file in repo/desktop/*/anki.po
|
||||
do
|
||||
outdir=$(echo "$file" | \
|
||||
|
|
|
|||
Loading…
Reference in a new issue