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:
commit
6214fc1ca9
@ -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>
|
Wed Apr 5 08:24:31 UTC 2023 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
@ -513,7 +513,7 @@ make_context_fmts()
|
|||||||
/usr/bin/mtxrun --script fonts --reload < /dev/null 1>&4 2>&4
|
/usr/bin/mtxrun --script fonts --reload < /dev/null 1>&4 2>&4
|
||||||
let status+=$?
|
let status+=$?
|
||||||
|
|
||||||
return status
|
return $status
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user