--- trunk/installer-simple/generate-po.sh 2014/01/08 13:08:18 2495 +++ trunk/installer-simple/generate-po.sh 2014/01/08 13:09:39 2496 @@ -53,7 +53,7 @@ fi # remove duplicate messages - msguniq --unique --no-wrap --sort-by-file --output-file="${pot}.fixed" "${pot}" + msguniq --no-wrap --sort-by-file --output-file="${pot}.fixed" "${pot}" if [[ $? = 0 ]] then mv "${pot}" "${pot}.dump"