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