Skip to content

Commit

Permalink
Replace subshell with exec (#6140)
Browse files Browse the repository at this point in the history
  • Loading branch information
webflo authored Oct 29, 2024
1 parent 3d1ebc7 commit 15d60d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drush
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ then
export XDEBUG_MODE=off
fi

"$DRUSH_PHP" "$@"
exec "$DRUSH_PHP" "$@"

0 comments on commit 15d60d9

Please sign in to comment.