mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-01-31 12:27:22 +02:00
gotta-patch-em-all: Fix --info
[why] The info-only option broke with the latest changes. [how] Set something to the variable that determines the info only mode. Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
713f5ef386
commit
be04d53d85
@ -48,7 +48,7 @@ function activate_checkfont {
|
||||
}
|
||||
|
||||
function activate_info {
|
||||
info_only=$2
|
||||
info_only=TRUE
|
||||
echo "${LINE_PREFIX} 'Info Only' option given, only generating font info (not patching)"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user