diff options
Diffstat (limited to 'po/updatepo.sh')
-rwxr-xr-x[-rw-r--r--] | po/updatepo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/updatepo.sh b/po/updatepo.sh index e746902f..84e6ef7c 100644..100755 --- a/po/updatepo.sh +++ b/po/updatepo.sh @@ -1,4 +1,4 @@ -#!bash +#!/bin/bash GITVER=`git describe --always --dirty` GITHASH=`git rev-parse HEAD` |