summaryrefslogtreecommitdiff
path: root/functions/wrapper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'functions/wrapper.sh')
-rwxr-xr-xfunctions/wrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/wrapper.sh b/functions/wrapper.sh
index a856756..3b8a672 100755
--- a/functions/wrapper.sh
+++ b/functions/wrapper.sh
@@ -10,7 +10,7 @@
Apt ()
{
- case "${LH_APT}" in
+ case "${LB_APT}" in
apt|apt-get)
Chroot chroot apt-get ${APT_OPTIONS} ${@}
;;