diff options
author | obrien <obrien@FreeBSD.org> | 2001-04-08 23:09:21 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-04-08 23:09:21 +0000 |
commit | c86966a7ca5f846bfa38b786d8ab834afab5c2b7 (patch) | |
tree | a9439ab1bdbf00f9f1f5e17551a4fc5642f8c3ee /release/pc98 | |
parent | 11e3cce4baf3b91dbd0f8ba00d14cf01a3d0b9a4 (diff) | |
download | FreeBSD-src-c86966a7ca5f846bfa38b786d8ab834afab5c2b7.zip FreeBSD-src-c86966a7ca5f846bfa38b786d8ab834afab5c2b7.tar.gz |
Add FreeBSD IDs to some files and make the others consistent in style.
Diffstat (limited to 'release/pc98')
-rwxr-xr-x | release/pc98/dokern.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release/pc98/dokern.sh b/release/pc98/dokern.sh index 4417515..9425369 100755 --- a/release/pc98/dokern.sh +++ b/release/pc98/dokern.sh @@ -1,6 +1,7 @@ #!/bin/sh - +# # $FreeBSD$ +# if [ $# -lt 1 ]; then FDSIZE=NORMAL |