Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BigDataFrameworkConfigure
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ScaDS.AI
BigDataFrameworkConfigure
Merge requests
!22
Reset trap in handler.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Reset trap in handler.
untrap
into
main
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Jan Frenzel
requested to merge
untrap
into
main
10 months ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
80714db0
1 commit,
10 months ago
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
bigdataframeworkconfigure/framework-configure.sh
+
1
−
0
Options
@@ -17,6 +17,7 @@ function myExitHandler () {
# Prevent leaking of set options
if
$RESET_FLAG_U_REQUIRED
;
then
set
+u
;
fi
if
$RESET_FLAG_E_REQUIRED
;
then
set
+e
;
fi
trap
- EXIT
}
# Prevent leaking of set options
Loading