summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/showSamples.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh
index a1b0aec..11edac6 100644
--- a/scripts/showSamples.sh
+++ b/scripts/showSamples.sh
@@ -40,7 +40,7 @@ dump_single_sample() {
fi
;;
UCLIBC)
- if [ "${UCLIBC_NG_USE_UCLIBC_NG_ORG}" = y ]; then
+ if [ "${CT_UCLIBC_USE_UCLIBC_NG_ORG}" = y ]; then
ksym="${ksym}_NG"
fi
;;