diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2012-01-16 23:36:42 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2012-01-16 23:36:42 +0100 |
commit | b86899a341a756088e065edbf9c63c6187ff3fb6 (patch) | |
tree | ea1711c1eed7dd7149565ffbbb8a0a51b829b39c /scripts/showSamples.sh | |
parent | b03575409e7dd7911cdd4bebb8637826e34ddc12 (diff) | |
download | crosstool-ng-b86899a341a756088e065edbf9c63c6187ff3fb6.tar.gz crosstool-ng-b86899a341a756088e065edbf9c63c6187ff3fb6.tar.bz2 crosstool-ng-b86899a341a756088e065edbf9c63c6187ff3fb6.zip |
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/showSamples.sh')
-rwxr-xr-x | scripts/showSamples.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |