Skip to content

Commit f49331f

Browse files
brokentf-text-github-robot
authored andcommitted
Make script files executable.
PiperOrigin-RevId: 252334041
1 parent 2a55de3 commit f49331f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

oss_scripts/configure.sh

100644100755
+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
# ==============================================================================
16+
1617
function write_to_bazelrc() {
1718
echo "$1" >> .bazelrc
1819
}

oss_scripts/pip_package/build_pip_package.sh

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ main() {
2323
fi
2424
mkdir -p ${output_dir}
2525
output_dir=$(readlink -f "${output_dir}")
26-
echo "=== destination directory: ${output_dir}"
26+
echo "=== Destination directory: ${output_dir}"
2727

2828
if [[ ! -d "bazel-bin/tensorflow_text" ]]; then
2929
die "Could not find bazel-bin. Did you run from the root of the build tree?"

0 commit comments

Comments
 (0)