projects
/
pazpar2-moved-to-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b96b90b0e767499c07e644309ad413744599dd4b
[pazpar2-moved-to-github.git]
/
test_icu.sh
1
#!/bin/sh
2
# $Id: test_icu.sh,v 1.1 2007-09-10 16:25:51 adam Exp $
3
#
4
5
# srcdir might be set by make
6
srcdir=${srcdir:-"."}
7
8
if test -x ../src/pazpar2; then
9
if ../src/pazpar2 -V |grep icu: >/dev/null; then
10
exec ${srcdir}/run_pazpar2.sh test_icu
11
fi
12
fi
13
exit 0
14
# Local Variables:
15
# mode:shell-script
16
# sh-indentation: 2
17
# sh-basic-offset: 4
18
# End: