--- trunk/installer-simple/generate-po.sh 2014/01/06 12:26:01 2357 +++ trunk/installer-simple/generate-po.sh 2014/01/08 13:08:18 2495 @@ -56,8 +56,8 @@ msguniq --unique --no-wrap --sort-by-file --output-file="${pot}.fixed" "${pot}" if [[ $? = 0 ]] then - rm "${pot}" - mv "${pot}.fixed" "${pot}" + mv "${pot}" "${pot}.dump" + cp "${pot}.fixed" "${pot}" else echo "Error: msguniq failed" exit 1