Index: branches/stable/l10n-kf5-plasma-lts/x-test/internal/update_xx.sh =================================================================== --- branches/stable/l10n-kf5-plasma-lts/x-test/internal/update_xx.sh +++ branches/stable/l10n-kf5-plasma-lts/x-test/internal/update_xx.sh @@ -10,14 +10,14 @@ xx=x-test for i in $list; do test -z "$VERBOSE" || echo "# templates/$i" - tmpdest=$xx/`echo $i | sed -e "s/\.pot/.tmp/"` + tmpdest=$xx/`echo $i | sed -e "s/\.pot$/.tmp/"` destdir=`dirname $tmpdest` test -d $destdir || svn mkdir $destdir cp -p templates/$i $tmpdest python $xx/internal/transxx.py $tmpdest dirname=$xx/`dirname $i` test -d $dirname || svn mkdir $dirname - dest=$xx/`echo $i | sed -e "s/\.pot/.po/"` + dest=$xx/`echo $i | sed -e "s/\.pot$/.po/"` msgfmt --check -o /dev/null $tmpdest &> /dev/null result=$? if [ $result -ne 0 ]; then