diff options
Diffstat (limited to 'etc/etc.hp300/MAKEDEV')
-rw-r--r-- | etc/etc.hp300/MAKEDEV | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.hp300/MAKEDEV b/etc/etc.hp300/MAKEDEV index 1ab5b03be39..548e236b595 100644 --- a/etc/etc.hp300/MAKEDEV +++ b/etc/etc.hp300/MAKEDEV @@ -313,9 +313,9 @@ pty*) umask 0 eval `echo $offset $name | awk ' { b=$1; n=$2 } END { for (i = 0; i < 16; i++) - printf("rm -f tty%s%x pty%s%x; \ - mknod tty%s%x c 4 %d; \ - mknod pty%s%x c 5 %d; ", \ + printf("rm -f tty%s%x pty%s%x;" \ + "mknod tty%s%x c 4 %d;" \ + "mknod pty%s%x c 5 %d; ", \ n, i, n, i, n, i, b+i, n, i, b+i); }'` umask 77 if [ $class = 1 ]; then |