Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
pkg
Commits
62302ab4
Commit
62302ab4
authored
Apr 26, 2021
by
Baptiste Daroussin
Browse files
triggers: Fix typo
parent
01650971
Changes
1
Hide whitespace changes
Inline
Side-by-side
libpkg/triggers.c
View file @
62302ab4
...
...
@@ -378,7 +378,7 @@ save_trigger(const char *script, bool sandbox, kh_strings_t *args)
break
;
if
(
errno
==
EEXIST
)
continue
;
pkg_errno
(
"Can't create defered triggers %s"
,
name
);
pkg_errno
(
"Can't create defer
r
ed triggers %s"
,
name
);
return
;
}
close
(
trigfd
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment