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:
parent
44b8f17445
commit
025915e4b9
@ -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