nix: Fix nested postgrest-with-postgresql-x calls when -f is used
This commit is contained in:
committed by
Steve Chavez
parent
c228c37619
commit
30a6ae6241
@@ -36,7 +36,7 @@ let
|
|||||||
''
|
''
|
||||||
# avoid starting multiple layers of withTmpDb
|
# avoid starting multiple layers of withTmpDb
|
||||||
if test -v PGRST_DB_URI; then
|
if test -v PGRST_DB_URI; then
|
||||||
exec "$@"
|
exec "$_arg_command" "''${_arg_leftovers[@]}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
setuplog="$tmpdir/setup.log"
|
setuplog="$tmpdir/setup.log"
|
||||||
|
|||||||
Reference in New Issue
Block a user