mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 21:32:58 +00:00
Fix this to be more consistent with similar constructions elsewhere
This commit is contained in:
parent
8b4e190cc8
commit
e61b54647e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71020
@ -31,7 +31,7 @@
|
||||
|
||||
case ${pccard_enable} in
|
||||
[Yy][Ee][Ss])
|
||||
echo 'Enable PC-card:'
|
||||
echo -n 'Enable PC-card:'
|
||||
|
||||
case ${pccard_mem} in
|
||||
[Dd][Ee][Ff][Aa][Uu][Ll][Tt])
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
case ${pccard_enable} in
|
||||
[Yy][Ee][Ss])
|
||||
echo 'Enable PC-card:'
|
||||
echo -n 'Enable PC-card:'
|
||||
|
||||
case ${pccard_mem} in
|
||||
[Dd][Ee][Ff][Aa][Uu][Ll][Tt])
|
||||
|
Loading…
Reference in New Issue
Block a user