Skip to content

Commit f296312

Browse files
committed
build: Use realpath to canonicalise output dir
1 parent d392015 commit f296312

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build/scripts/lib.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ function get_output_dir()
8989
d="$d@$version"
9090
fi
9191

92+
d=$(realpath $d)
9293
echo "$d"
9394

9495
return 0

0 commit comments

Comments
 (0)