Skip to content

Commit d2e83eb

Browse files
committed
executable wsc.sh and variable fixes
1 parent 1433eea commit d2e83eb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

bazel/tools/wsc.sh

100644100755
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#!/bin/bash
2-
3-
set -e
4-
5-
echo GIT_TAG=$(git describe --tags --abbrev=0)
6-
1+
#!/usr/bin/env bash
2+
3+
set -e
4+
5+
echo "STABLE_GIT_TAG $(git describe --tags --abbrev=0)"
6+

0 commit comments

Comments
 (0)