summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/substvars.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/substvars.sh b/src/substvars.sh
index 2fe15c1..bc0b052 100644
--- a/src/substvars.sh
+++ b/src/substvars.sh
@@ -102,8 +102,6 @@ substvars()
# Perform the substitution.
name_tr="$(printf '%s' "${name}" | tr 'A-Z-' 'a-z_')"
- package="$(printf '%s' "${package}" | tr 'A-Z' 'a-z' | \
- tr -dC 'a-z0-9')"
if eval "[ x\"\${substvar_${name_tr}:+set}\" = x'set' ]"
then
name_tr="substvar_${name_tr}"