fix: add missing error checks for chdir

This commit is contained in:
ngn
2024-08-07 01:29:09 +03:00
parent 1219501aaa
commit 865141177a
5 changed files with 181 additions and 150 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-06 04:34+0300\n"
"POT-Creation-Date: 2024-08-07 01:28+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -617,3 +617,16 @@ msgstr ""
#: src/error.c:164
msgid "failed to set the package archive"
msgstr ""
#: src/error.c:165
#, c-format
msgid "failed change directory: %s"
msgstr ""
#: src/error.c:166
msgid "failed to change directory to root during extraction"
msgstr ""
#: src/error.c:167
msgid "failed to change directory back from root during extraction"
msgstr ""