blob: 58e32eed1fafa8327194b0f84ab90f6d15352f0a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ostype.awk.orig 1992-01-27 20:37:30 UTC
+++ ostype.awk
@@ -12,7 +12,7 @@ $0 ~ /^SunOS.* Release 4\./ {
os = "sunos4"
}
-$0 ~ /^4.[1-9]\ ?BSD / {
+$0 ~ /BSD / {
os = "bsd"
}
|