We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d392015 commit f296312Copy full SHA for f296312
1 file changed
build/scripts/lib.sh
@@ -89,6 +89,7 @@ function get_output_dir()
89
d="$d@$version"
90
fi
91
92
+ d=$(realpath $d)
93
echo "$d"
94
95
return 0
0 commit comments