This website requires JavaScript.
Explore
Help
Sign in
beenull
/
ladybird
Watch
1
Star
0
Fork
You've already forked ladybird
0
mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced
2024-11-26 09:30:24 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
7
47276a09dd
ladybird
/
Kernel
/
sync.sh
4 lines
54 B
Bash
Raw
Normal View
History
Unescape
Escape
POSIX compliance: (most) shell scripts converted to generic shell Ports/.port_include.sh, Toolchain/BuildIt.sh, Toolchain/UseIt.sh have been left largely untouched due to use of Bash-exclusive functions and variables such as $BASH_SOURCE, pushd and popd.
2019-11-02 16:34:54 +00:00
#!/bin/sh
sync.sh: Add "-f" option to forcibly regenerate _fs_contents from scratch. This might be useful e.g if something goes wrong with the filesystem.
2019-05-04 00:56:21 +00:00
Build: Make sure PATH is passed properly (#765)
2019-11-12 09:26:50 +00:00
sudo -E
PATH
=
"
$PATH
"
./build-image-qemu.sh
Reference in a new issue
Copy permalink