diff options
author | Alexey Neyman <stilor@att.net> | 2017-06-11 22:14:48 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-07-08 10:57:56 -0700 |
commit | ee983f5f92aedbadaac9c756568c8fd6c04d58bc (patch) | |
tree | c190f91e38b6a7a93dcf96d28a463bd6b14003c2 /scripts/showSamples.sh | |
parent | 567277099a487508fd228a4c56f3583db3fa96c9 (diff) | |
download | crosstool-ng-ee983f5f92aedbadaac9c756568c8fd6c04d58bc.tar.gz crosstool-ng-ee983f5f92aedbadaac9c756568c8fd6c04d58bc.tar.bz2 crosstool-ng-ee983f5f92aedbadaac9c756568c8fd6c04d58bc.zip |
Downloading packages using new framework
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'scripts/showSamples.sh')
-rw-r--r-- | scripts/showSamples.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh index b11a8d6b..726ea2e0 100644 --- a/scripts/showSamples.sh +++ b/scripts/showSamples.sh @@ -11,6 +11,9 @@ # GREP_OPTIONS screws things up. export GREP_OPTIONS= +# Dummy version which is invoked from .config +CT_Mirrors() { :; } + # Dump a single sample # Note: we use the specific .config.sample config file dump_single_sample() { @@ -20,7 +23,6 @@ dump_single_sample() { [ "$1" = "-v" ] && verbose=1 && shift [ "$1" = "-w" ] && wiki=1 && shift local sample="$1" - # TBD use CT_LoadConfig . $(pwd)/.config.sample # libc needs some love |