X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Fupdate-gosa;h=55214d133d92abce2ba557858b96896ab11558e8;hb=e9717ff4a5aa9ce22838f5a4d87810984f517fb8;hp=a8827e8cd3f3c709816876453bad19249262b8e9;hpb=abb46b065e02a3f867819ea5e5194c2d634f9343;p=gosa.git diff --git a/gosa-core/update-gosa b/gosa-core/update-gosa index a8827e8cd..55214d133 100755 --- a/gosa-core/update-gosa +++ b/gosa-core/update-gosa @@ -177,7 +177,7 @@ function rescan_i18n() } /* Cat all these po files into one single file */ - system ("(cd ".LOCALE_DIR." && msgcat ".implode(" ", $po_files)." > compiled/${language}/LC_MESSAGES/messages.po)", $val); + system ("(cd ".LOCALE_DIR." && msgcat --use-first ".implode(" ", $po_files)." > compiled/${language}/LC_MESSAGES/messages.po)", $val); if ($val != 0){ echo "Merging of message files failed - aborted"; exit (4);