summaryrefslogtreecommitdiff
path: root/sh.Linux
diff options
context:
space:
mode:
Diffstat (limited to 'sh.Linux')
-rwxr-xr-xsh.Linux/init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh.Linux/init.sh b/sh.Linux/init.sh
index e9fd98b..bc4fd9d 100755
--- a/sh.Linux/init.sh
+++ b/sh.Linux/init.sh
@@ -199,7 +199,7 @@ fi
# Mount the new fancy pants /dev/pts whenever possible
if grep -Eq "[[:space:]]+devpts$" /proc/filesystems && \
- ! mountinfo /dev/pts > /dev/null ; then
+ ! mountinfo -q /dev/pts ; then
if [ ! -d /dev/pts ] && \
[ "${devfs}" = "yes" -o "${udev}" = "yes" ] ; then
# Make sure we have /dev/pts