[ncdu] don't force branch
This commit is contained in:
parent
297788d689
commit
2862dddfdd
1 changed files with 0 additions and 2 deletions
|
@ -32,8 +32,6 @@ git submodule update
|
||||||
cp -R "$REPOSITORY" $TMP/
|
cp -R "$REPOSITORY" $TMP/
|
||||||
cd "$TMP/$PRGNAM/" || exit 1
|
cd "$TMP/$PRGNAM/" || exit 1
|
||||||
|
|
||||||
git checkout zig-0.10
|
|
||||||
|
|
||||||
[ "$VERSION" == "latest" ] && VERSION=$(git describe --tags --abbrev=0)
|
[ "$VERSION" == "latest" ] && VERSION=$(git describe --tags --abbrev=0)
|
||||||
[ "$VERSION" == "" ] && VERSION=trunk
|
[ "$VERSION" == "" ] && VERSION=trunk
|
||||||
[ "$VERSION" == "trunk" ] && VERSION="git_r$(git rev-list --count HEAD)_$(git log -1 --format=%h)" || git checkout "$VERSION"
|
[ "$VERSION" == "trunk" ] && VERSION="git_r$(git rev-list --count HEAD)_$(git log -1 --format=%h)" || git checkout "$VERSION"
|
||||||
|
|
Loading…
Reference in a new issue