Magellan Linux

Diff of /tags/installer-simple-0_4_91_20160616_1/generate-po.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2357 by niro, Mon Jan 6 12:26:01 2014 UTC revision 2495 by niro, Wed Jan 8 13:08:18 2014 UTC
# Line 56  unique_pot() Line 56  unique_pot()
56   msguniq --unique --no-wrap --sort-by-file --output-file="${pot}.fixed" "${pot}"   msguniq --unique --no-wrap --sort-by-file --output-file="${pot}.fixed" "${pot}"
57   if [[ $? = 0 ]]   if [[ $? = 0 ]]
58   then   then
59   rm "${pot}"   mv "${pot}" "${pot}.dump"
60   mv "${pot}.fixed" "${pot}"   cp "${pot}.fixed" "${pot}"
61   else   else
62   echo "Error: msguniq failed"   echo "Error: msguniq failed"
63   exit 1   exit 1

Legend:
Removed from v.2357  
changed lines
  Added in v.2495