Minor fixes in example files (#264)

* examples: cmake_crosstool: Remove executable bit from BUILD

There is no reason for BUILD file to be an executable.

Signed-off-by: Michal Rostecki <mrostecki@opensuse.org>

* examples: Add shebang to the bash script

print_bazel_version.sh is a bash script, but it did not contain a
shebang.

Signed-off-by: Michal Rostecki <mrostecki@opensuse.org>
This commit is contained in:
Michal Rostecki 2019-06-25 18:38:25 +02:00 committed by irengrig
parent 0b8356f199
commit 8ccd83504b
2 changed files with 2 additions and 1 deletions

View File

View File

@ -1 +1,2 @@
echo "Bazel version: $1"
#!/usr/bin/env bash
echo "Bazel version: $1"