summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devio/MAKEDEV2
1 files changed, 1 insertions, 1 deletions
diff --git a/devio/MAKEDEV b/devio/MAKEDEV
index ad228edc..4adbf331 100644
--- a/devio/MAKEDEV
+++ b/devio/MAKEDEV
@@ -13,7 +13,7 @@ export _CWD
for I; do
case "$I" in
std)
- $0 console tty null zero # fd
+ $0 console tty null zero fd
;;
console|tty[0-9]?|tty[0-9a-f])
$ST $I /hurd/term $_CWD/$I device $I;;