X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=altosdroid%2Fbuildinfo.sh;h=ac97b7bd83b804fe18cfed7eecb8d106afb2307f;hp=e1b650f8f2e04afc2c294075473f0704b4ead9d4;hb=053d092b3dca4ebb98e97ec0fe24f5f5e1c31f88;hpb=5ad62b07bef41921b46cb7251072dc24290ee4c9 diff --git a/altosdroid/buildinfo.sh b/altosdroid/buildinfo.sh index e1b650f8..ac97b7bd 100755 --- a/altosdroid/buildinfo.sh +++ b/altosdroid/buildinfo.sh @@ -22,9 +22,9 @@ buildtz=$(date "+%z") describe=$(git describe --match "$version" --long --always 2>/dev/null || echo '') if [ -n "$describe" ]; then - branch=$(git status -s -b | sed -ne '1s/^## \(.*\)\.\.\..*$/\1/p') + branch=$(git branch | sed -ne 's/^\* //p') commitdetails=$(echo $describe | sed -e "s/^$version-//") - commitnum=$(echo $commitdetails | cut -d- -f1) + commitnum=$(echo $commitdetails | cut -s -d- -f1) commithash=$(echo $commitdetails | cut -d- -f2) fi