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:
Fini Jastrow 2023-01-15 21:22:14 +01:00
parent 713f5ef386
commit be04d53d85

View file

@ -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)"
}