nix(fix): Avoid losing exit trap through subcommand in postgrest-with-all
This commit is contained in:
committed by
Wolfgang Walther
parent
c8edfac39e
commit
c2df7d8198
+1
-1
@@ -45,7 +45,7 @@ let
|
||||
|
||||
trap 'echo "Failed on ${pg.name}"' exit
|
||||
|
||||
${withTmpDb pg} "$_arg_command" "''${_arg_leftovers[@]}"
|
||||
(${withTmpDb pg} "$_arg_command" "''${_arg_leftovers[@]}")
|
||||
|
||||
trap "" exit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user