Skip to content

Commit bc60c2e

Browse files
committed
Remove readlink from build making the script more agnostic to environment
1 parent 98b34b0 commit bc60c2e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

oss_scripts/pip_package/build_pip_package.sh

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ main() {
2222
output_dir="/tmp/tensorflow_text_pkg"
2323
fi
2424
mkdir -p ${output_dir}
25-
output_dir=$(readlink -f "${output_dir}")
2625
echo "=== Destination directory: ${output_dir}"
2726

2827
if [[ ! -d "bazel-bin/tensorflow_text" ]]; then

0 commit comments

Comments
 (0)