aboutsummaryrefslogtreecommitdiffstats
path: root/tools/check/check_xgettext
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-01-23 11:21:35 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-01-23 11:21:35 +0000
commitd352a2fb4de6720cc11376bebf3ced95f4f18c17 (patch)
tree906a9fe4d5d1e90f42d8fe45b4fa504aefcdbb07 /tools/check/check_xgettext
parentf567396727face54ea541557d6d1fa8844c98a5d (diff)
downloadxen-d352a2fb4de6720cc11376bebf3ced95f4f18c17.tar.gz
xen-d352a2fb4de6720cc11376bebf3ced95f4f18c17.tar.bz2
xen-d352a2fb4de6720cc11376bebf3ced95f4f18c17.zip
tools/check: Add explicit include path for funcs.sh.
When the current directory is not in $PATH, then the patch fixes the following errors: Checking check_brctl: .: funcs.sh: not found Checking check_crypto_lib: .: funcs.sh: not found Checking check_curl: .: funcs.sh: not found Checking check_iproute: .: funcs.sh: not found Checking check_python: .: funcs.sh: not found Checking check_python_xml: .: funcs.sh: not found Checking check_udev: .: funcs.sh: not found Checking check_xml2: .: funcs.sh: not found Checking check_zlib_lib: .: funcs.sh: not found Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Diffstat (limited to 'tools/check/check_xgettext')
-rwxr-xr-xtools/check/check_xgettext2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/check/check_xgettext b/tools/check/check_xgettext
index ac66e6864c..7e9fa2aada 100755
--- a/tools/check/check_xgettext
+++ b/tools/check/check_xgettext
@@ -1,6 +1,6 @@
#!/bin/sh
# CHECK-BUILD
-. funcs.sh
+. ./funcs.sh
has_or_fail xgettext