Fix a bug in pack script. Files in repository should not be removed.

This commit is contained in:
Andrius Štikonas 2009-06-25 00:35:18 +03:00
parent 70b7d35718
commit 00ddcdf7c0
1 changed files with 1 additions and 2 deletions

1
pack
View File

@ -52,7 +52,6 @@ for BRANCH in $TRUNK $BRANCHES; do
else
echo -e $BLUE"Skipping"$ENDCOLOR
fi
rm "$BRANCH/$dirdomain/$LCODE.po"
else
mkdir -p "$LCODE-temp/$dirdomain"
cp "$file" "$LCODE-temp/$dirdomain/$LCODE.po"