PHP Classes

File: vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/build.sh

Recommend this page to a friend!
  Classes of Murat Cileli   Papernic   vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/build.sh   Download  
File: vendor/symfony/symfony/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/build.sh
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Papernic
Manage documents colaboratively
Author: By
Last change:
Date: 7 years ago
Size: 375 bytes
 

Contents

Class file image Download
#!/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