HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: /virtual/nagasaki/public_html/ec/vendor/symfony/intl/Tests/Data/Bundle/Reader/Fixtures/build.sh
#!/bin/bash

if [ -z "$ICU_BUILD_DIR" ]; then
    echo "Please set the ICU_BUILD_DIR environment variable"
    exit
fi

if [ ! -d "$ICU_BUILD_DIR" ]; then
    echo "The directory $ICU_BUILD_DIR pointed at by ICU_BUILD_DIR does not exist"
    exit
fi

DIR=`dirname $0`

rm $DIR/res/*.res

LD_LIBRARY_PATH=$ICU_BUILD_DIR/lib $ICU_BUILD_DIR/bin/genrb -d $DIR/res $DIR/txt/*.txt