Magellan Linux

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

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

trunk/installer-simple/generate-po.sh revision 2495 by niro, Wed Jan 8 13:08:18 2014 UTC tags/installer-simple-0_4_91_20160203_1/generate-po.sh revision 2933 by niro, Wed Feb 3 11:07:22 2016 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.2933