artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4824d8b
)
correcting a bad mistake I made
author
todd
<todd@openbsd.org>
Tue, 22 Apr 1997 19:06:06 +0000
(19:06 +0000)
committer
todd
<todd@openbsd.org>
Tue, 22 Apr 1997 19:06:06 +0000
(19:06 +0000)
etc/etc.sparc/MAKEDEV
patch
|
blob
|
history
diff --git
a/etc/etc.sparc/MAKEDEV
b/etc/etc.sparc/MAKEDEV
index
6ac1784
..
70ef395
100644
(file)
--- a/
etc/etc.sparc/MAKEDEV
+++ b/
etc/etc.sparc/MAKEDEV
@@
-1,6
+1,6
@@
#!/bin/sh -
#
-# $OpenBSD: MAKEDEV,v 1.
19 1997/04/22 07:43:50
todd Exp $
+# $OpenBSD: MAKEDEV,v 1.
20 1997/04/22 19:06:06
todd Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@
-103,7
+103,7
@@
SunOS) add ()
expr $1 : '[a-z]*\([0-9]*\)[a-p]*'
}
;;
-
OpenBSD
) add ()
+
*
) add ()
{
echo "$(( $1 + $2 ))"
}