Searched refs:POT (Results 1 - 1 of 1) sorted by relevance

/solaris-desktop/ext-sources/
H A Dl10n-configure.sh282 POT_DATA='"POT-Creation-Date: '
290 POT=`ls *.pot`
291 if [ "x$POT" != "x" ] ; then
292 $SED -e "/^$POT_DATA/d" $POT > ${POT}.$$
293 mv ${POT}.$$ $POT
297 if [ -f $TOPDIR/l10n/pot/$POT ] ; then
298 diff $TOPDIR/l10n/pot/$POT $POT >
[all...]

Completed in 14 milliseconds