Skip to content

Commit

Permalink
Fix shell fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
brhahlen committed Jul 5, 2024
1 parent edae072 commit 1c8a84e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dc
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,10 @@ function dc_cmd_create(){
{
trap '' SIGINT
${DC_CMD_CMB}
EXIT_CODE=$?
return $EXIT_CODE
}
trap - SIGINT
trap - SIGINT
else
${DC_CMD_CMB}
fi
Expand Down

0 comments on commit 1c8a84e

Please sign in to comment.