Accepting request 1087240 from Publishing:TeXLive

- Fix syntax error in update script (forwarded request 1087234 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/1087240
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texlive-filesystem?expand=0&rev=54
This commit is contained in:
Dominique Leuenberger 2023-05-16 12:15:57 +00:00 committed by Git OBS Bridge
commit 6214fc1ca9
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 15 13:03:04 UTC 2023 - Andreas Schwab <schwab@suse.de>
- Fix syntax error in update script
-------------------------------------------------------------------
Wed Apr 5 08:24:31 UTC 2023 - Dr. Werner Fink <werner@suse.de>

View File

@ -513,7 +513,7 @@ make_context_fmts()
/usr/bin/mtxrun --script fonts --reload < /dev/null 1>&4 2>&4
let status+=$?
return status
return $status
}
#