mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01:00
Meta: Replace realpath usage with cross-platform function in WPT.sh
This commit is contained in:
parent
cd0b9c4ec0
commit
d79fcceb8a
|
|
@ -87,7 +87,7 @@ set_logging_flags()
|
||||||
[ -n "${2}" ] || usage;
|
[ -n "${2}" ] || usage;
|
||||||
|
|
||||||
log_type="${1}"
|
log_type="${1}"
|
||||||
log_name="$(realpath "${2}")"
|
log_name="$(absolutize_path "${2}")"
|
||||||
|
|
||||||
WPT_ARGS+=( "${log_type}=${log_name}" )
|
WPT_ARGS+=( "${log_type}=${log_name}" )
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user