mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 22:37:35 +00:00
LibC: Move struct timeval to sys/time.h. #POSIX
This commit is contained in:
parent
16ea34fc12
commit
cbd858544d
10 changed files with 42 additions and 34 deletions
|
@ -35,6 +35,7 @@ function run_fetch_git() {
|
|||
if [ -d "$PORT_DIR/.git" ]; then
|
||||
run_command git fetch
|
||||
run_command git reset --hard FETCH_HEAD
|
||||
run_command git clean -fx
|
||||
else
|
||||
run_command_nocd git clone "$1" "$PORT_DIR"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue