summaryrefslogtreecommitdiffstatshomepage
path: root/py/py-version.sh
diff options
context:
space:
mode:
Diffstat (limited to 'py/py-version.sh')
-rwxr-xr-xpy/py-version.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/py-version.sh b/py/py-version.sh
index 93b8d7a1fd..88c3ebb986 100755
--- a/py/py-version.sh
+++ b/py/py-version.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# Note: git describe doesn't work if no tag is available
git_tag="$(git describe --dirty --always)"