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:
parent
0b8356f199
commit
8ccd83504b
|
@ -1 +1,2 @@
|
|||
echo "Bazel version: $1"
|
||||
#!/usr/bin/env bash
|
||||
echo "Bazel version: $1"
|
||||
|
|
Loading…
Reference in New Issue