diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2016-09-12 12:58:01 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2016-09-12 12:58:01 -0500 |
commit | 6bd0f2d096f149906061a4ac7b66b7e85516784a (patch) | |
tree | 2fe24cf3d92d789a26ea04554914f474d5354685 | |
parent | 63f8ae466f046dcdbb0ba13ef96e63eeec86e6e6 (diff) |
init.d/procfs: typo fix
-rw-r--r-- | init.d/procfs.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/procfs.in b/init.d/procfs.in index 36eca7c0..e04355e8 100644 --- a/init.d/procfs.in +++ b/init.d/procfs.in @@ -23,7 +23,7 @@ start() { # Setup Kernel Support for miscellaneous Binary Formats if [ -d /proc/sys/fs/binfmt_misc ] && - [! -e /proc/sys/fs/binfmt_misc/register ]; then + [ ! -e /proc/sys/fs/binfmt_misc/register ]; then if ! grep -qs binfmt_misc /proc/filesystems && modprobe -q binfmt-misc; then ewarn "The binfmt-misc module needs to be configured in \ |