Accepting request 1087234 from home:Andreas_Schwab:Factory

- Fix syntax error in update script

OBS-URL: https://build.opensuse.org/request/show/1087234
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-filesystem?expand=0&rev=166
This commit is contained in:
Dr. Werner Fink 2023-05-15 13:50:36 +00:00 committed by Git OBS Bridge
parent 44b8f17445
commit 025915e4b9
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
}
#