1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-05 21:34:57 +00:00

Ports: Automatically enter the work directory when running dev

This commit is contained in:
Tim Schumacher 2022-06-05 03:04:43 +02:00 committed by Linus Groh
parent f76f68aad9
commit d69a79b03b

View File

@ -824,7 +824,9 @@ do_dev() {
local first_hash="$(git -C "$git_repo" rev-list --max-parents=0 HEAD)"
pushd "$workdir"
launch_user_shell
popd >/dev/null 2>&1
local current_hash="$(git -C "$git_repo" rev-parse HEAD)"