Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Pmodules
buildblocks
Commits
56da0182
Commit
56da0182
authored
Sep 17, 2015
by
gsell
Browse files
lib/lib.bash:
- bugfix
parent
8eb34d76
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/lib.bash
lib/lib.bash
+1
-1
No files found.
lib/lib.bash
View file @
56da0182
...
...
@@ -49,7 +49,7 @@ trap "std::error_handler" ERR
std::error_handler
()
{
local
-i
ec
=
$?
[[
typeset
-F
_exit
>
/dev/null 2>&1
]]
&&
_exit
"
${
ec
}
"
typeset
-F
_exit
1
>/dev/null 2>&1
&&
_exit
"
${
ec
}
"
exit
${
ec
}
}
...
...
Write
Preview
Markdown
is supported
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