]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix lang-bash test failure in VPATH builds.
authorBruno Haible <bruno@clisp.org>
Sun, 21 Oct 2018 11:20:34 +0000 (13:20 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Oct 2018 14:03:03 +0000 (16:03 +0200)
* gettext-tools/tests/lang-bash: Prepend the gettext-runtime/src build dir,
not the gettext-runtime/src source dir, to PATH.

gettext-tools/tests/lang-bash

index 6c68a8bdc90cdb8e5d65a505dc820d3b4cb9dce7..268ec32641109fd306857b25715b8ad34a1fc2b8 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-. "${srcdir=.}/init.sh"; path_prepend_ . ../src ${top_srcdir=..}/../gettext-runtime/src
+. "${srcdir=.}/init.sh"; path_prepend_ . ../src ../../gettext-runtime/src
 
 # Test of gettext facilities in the bash language.
 # Assumes an fr_FR locale is installed.