source:
trunk/packages/xen-common/xen-common/tools/check/check_xgettext
@
34
Last change on this file since 34 was 34, checked in by hartmans, 17 years ago | |
---|---|
|
|
File size: 196 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | # CHECK-BUILD |
3 | |
4 | RC=0 |
5 | |
6 | TOOL="xgettext" |
7 | which ${TOOL} 1>/dev/null 2>&1 || RC=1 |
8 | |
9 | if test ${RC} -ne 0; then |
10 | echo |
11 | echo " *** Check for the gettext utility (${TOOL}) FAILED" |
12 | fi |
13 | |
14 | exit ${RC} |
Note: See TracBrowser
for help on using the repository browser.