mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Build: Make sure PATH is passed properly (#765)
This commit is contained in:
parent
941cd003a7
commit
0a51e4bf9f
Notes:
sideshowbarker
2024-07-19 11:14:58 +09:00
Author: https://github.com/zpl-zak 🔰 Commit: https://github.com/SerenityOS/serenity/commit/0a51e4bf9f5 Pull-request: https://github.com/SerenityOS/serenity/pull/765
2 changed files with 2 additions and 2 deletions
|
@ -105,4 +105,4 @@ for targ in $build_targets; do
|
|||
fi
|
||||
done
|
||||
|
||||
sudo -E PATH=$PATH ./build-image-qemu.sh
|
||||
sudo -E PATH="$PATH" ./build-image-qemu.sh
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
sudo -E PATH=$PATH ./build-image-qemu.sh
|
||||
sudo -E PATH="$PATH" ./build-image-qemu.sh
|
||||
|
|
Loading…
Reference in a new issue