mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-05 12:56:08 +00:00
Restore accidentaly removed comment line.
MFC after: 1 month Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
9580c0f7ce
commit
94e900c6cd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=296870
@ -21,6 +21,7 @@ print_available() {
|
||||
_label="${_fstype_and_label#* }"
|
||||
# Replace plus signs and slashes with minuses;
|
||||
# leading plus signs have special meaning in maps,
|
||||
# and multi-component keys are just not supported.
|
||||
_label="$(echo ${_label} | sed 's,[+/],-,g')"
|
||||
echo "${_label}"
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user