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 2495 by niro, Wed Jan 8 13:08:18 2014 UTC revision 2496 by niro, Wed Jan 8 13:09:39 2014 UTC
# Line 53  unique_pot() Line 53  unique_pot()
53   fi   fi
54    
55   # remove duplicate messages   # remove duplicate messages
56   msguniq --unique --no-wrap --sort-by-file --output-file="${pot}.fixed" "${pot}"   msguniq --no-wrap --sort-by-file --output-file="${pot}.fixed" "${pot}"
57   if [[ $? = 0 ]]   if [[ $? = 0 ]]
58   then   then
59   mv "${pot}" "${pot}.dump"   mv "${pot}" "${pot}.dump"

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