ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
export-plural-rules.php
Go to the documentation of this file.
1#!/usr/bin/env sh
2
3dir=$(cd "${0%[/\\]*}" > /dev/null; cd '../gettext/languages/bin' && pwd)
4
5if [ -d /proc/cygdrive ] && [[ $(which php) == $(readlink -n /proc/cygdrive)/* ]]; then
6 # We are in Cgywin using Windows php, so the path must be translated
7 dir=$(cygpath -m "$dir");
8fi
9
10"${dir}/export-plural-rules.php" "$@"
An exception for terminatinating execution or to throw for unit testing.