mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-13 11:16:53 +00:00
Ports: Automatically enter the work directory when running dev
This commit is contained in:
committed by
Linus Groh
parent
f76f68aad9
commit
d69a79b03b
@@ -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)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user