mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 09:06:08 +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: 0a51e4bf9f
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
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
sudo -E PATH=$PATH ./build-image-qemu.sh
|
sudo -E PATH="$PATH" ./build-image-qemu.sh
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
sudo -E PATH=$PATH ./build-image-qemu.sh
|
sudo -E PATH="$PATH" ./build-image-qemu.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue