From b86899a341a756088e065edbf9c63c6187ff3fb6 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 16 Jan 2012 23:36:42 +0100 Subject: 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" --- scripts/showSamples.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/showSamples.sh') diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh index 777eb96b..774794b1 100755 --- a/scripts/showSamples.sh +++ b/scripts/showSamples.sh @@ -5,7 +5,7 @@ # the versions of the main tools # Use tools discovered by ./configure -. "${CT_LIB_DIR}/paths.mk" +. "${CT_LIB_DIR}/paths.sh" [ "$1" = "-v" ] && opt="$1" && shift [ "$1" = "-w" ] && opt="$1" && shift -- cgit v1.2.3