mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-23 01:40:12 -05:00
meson-pgo: realpath() on build dir too
This commit is contained in:
parent
996356983b
commit
ffc6fd7e03
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ set -e
|
||||||
|
|
||||||
mode=${1}; shift
|
mode=${1}; shift
|
||||||
source_dir=$(realpath "${1}"); shift
|
source_dir=$(realpath "${1}"); shift
|
||||||
build_dir=${1}; shift
|
build_dir=$(realpath ${1}); shift
|
||||||
|
|
||||||
if [ -d ${build_dir} ]; then
|
if [ -d ${build_dir} ]; then
|
||||||
echo "${build_dir}: build directory already exists"
|
echo "${build_dir}: build directory already exists"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue