summaryrefslogtreecommitdiff
path: root/scripts/showSamples.sh
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-06-12 05:14:48 (GMT)
committerAlexey Neyman <stilor@att.net>2017-07-08 17:57:56 (GMT)
commitee983f5f92aedbadaac9c756568c8fd6c04d58bc (patch)
treec190f91e38b6a7a93dcf96d28a463bd6b14003c2 /scripts/showSamples.sh
parent567277099a487508fd228a4c56f3583db3fa96c9 (diff)
Downloading packages using new framework
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'scripts/showSamples.sh')
-rw-r--r--scripts/showSamples.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh
index b11a8d6..726ea2e 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