Fix typo that broke the status scripts

This commit is contained in:
Kjartan Maraas
2000-09-01 20:47:43 +00:00
parent 3775995620
commit 1ef898d2ce

View File

@ -22,7 +22,7 @@ xgettext --default-domain=$PACKAGE --directory=.. \
../plug-ins/script-fu/scripts/*.scm \ ../plug-ins/script-fu/scripts/*.scm \
../plug-ins/gap/sel-to-anim-img.scm \ ../plug-ins/gap/sel-to-anim-img.scm \
../plug-ins/webbrowser/web-browser.scm \ ../plug-ins/webbrowser/web-browser.scm \
>> $PACKAGE..po \ >> $PACKAGE.po \
&& test ! -f $PACKAGE.po \ && test ! -f $PACKAGE.po \
|| ( rm -f ./$PACKAGE.pot \ || ( rm -f ./$PACKAGE.pot \
&& mv $PACKAGE.po ./$PACKAGE.pot ); && mv $PACKAGE.po ./$PACKAGE.pot );