diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-11-12 20:12:52 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-11-12 20:12:52 +0000 |
commit | a5722078fa0805f82e8792dbd86e557671aebc61 (patch) | |
tree | 9867b5d5948906237e2952c28207558fd944b387 /release/pc98 | |
parent | b611e1e3fb5a2cef6b2f24da933a71096724b62a (diff) | |
download | src-a5722078fa0805f82e8792dbd86e557671aebc61.tar.gz src-a5722078fa0805f82e8792dbd86e557671aebc61.zip |
Elimintate gratuitous backslash
Notes
Notes:
svn path=/head/; revision=41113
Diffstat (limited to 'release/pc98')
-rwxr-xr-x | release/pc98/dokern.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/pc98/dokern.sh b/release/pc98/dokern.sh index 74ef6534c92e..c5db0d43260e 100755 --- a/release/pc98/dokern.sh +++ b/release/pc98/dokern.sh @@ -40,7 +40,7 @@ elif [ "$MFS" = "NO" ]; then # can be much bigger -e '/gzip/d' \ -e '/PROCFS/d' \ -e '/KTRACE/d' \ - -e 's/GENERIC/BOOTMFS/g' \ + -e 's/GENERIC/BOOTMFS/g' fi echo "options NFS_NOSERVER" echo 'options "MAXCONS=4"' |