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