[BACK]Return to patch-scripts_translation-update_sh CVS log [TXT][DIR] Up to [local] / mystuff-openscad / cad / openscad / patches

Annotation of mystuff-openscad/cad/openscad/patches/patch-scripts_translation-update_sh, Revision 1.1

1.1     ! afresh1     1: Index: scripts/translation-update.sh
        !             2: --- scripts/translation-update.sh.orig
        !             3: +++ scripts/translation-update.sh
        !             4: @@ -101,7 +101,7 @@ updatemo()
        !             5:
        !             6:      # clean the mess
        !             7:      for LANGCODE in `cat locale/LINGUAS | grep -v "#"`; do
        !             8: -      unlink ./locale/$LANGCODE/LC_MESSAGES/$LANGCODE.mo
        !             9: +      rm -f ./locale/$LANGCODE/LC_MESSAGES/$LANGCODE.mo
        !            10:      done
        !            11:    else
        !            12:      if [ x"$(uname -s)" = x"Linux" ]; then

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>