summaryrefslogtreecommitdiff
path: root/scripts/showTuple.sh.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2012-01-16 22:36:42 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2012-01-16 22:36:42 (GMT)
commitb86899a341a756088e065edbf9c63c6187ff3fb6 (patch)
treeea1711c1eed7dd7149565ffbbb8a0a51b829b39c /scripts/showTuple.sh.in
parentb03575409e7dd7911cdd4bebb8637826e34ddc12 (diff)
scripts: fix tools override
The tools found by the new autostuff configure can contain arguments, for example: grep -E This needs separating the paths set for the Makfile from the paths set for the scripts. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'scripts/showTuple.sh.in')
-rw-r--r--scripts/showTuple.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/showTuple.sh.in b/scripts/showTuple.sh.in
index 9753bb5..074e550 100644
--- a/scripts/showTuple.sh.in
+++ b/scripts/showTuple.sh.in
@@ -4,7 +4,7 @@
# - the .config file
# Parse the tools' paths configuration
-. "${CT_LIB_DIR}/paths.mk"
+. "${CT_LIB_DIR}/paths.sh"
# We'll need the stdout later, save it
exec 7>&1