diff options
Diffstat (limited to 'helpers/lh_chroot_dpkg')
-rwxr-xr-x | helpers/lh_chroot_dpkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_dpkg b/helpers/lh_chroot_dpkg index f232ac8c5..ea6cc3c4c 100755 --- a/helpers/lh_chroot_dpkg +++ b/helpers/lh_chroot_dpkg @@ -18,7 +18,7 @@ do done # Setting static variables -DESCRIPTION="manage /sbin/dpkg" +DESCRIPTION="$(Echo 'manage /sbin/dpkg')" HELP="" USAGE="${PROGRAM} {install|remove} [--force]" |