diff options
Diffstat (limited to 'cssh/PKGBUILD')
-rw-r--r-- | cssh/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cssh/PKGBUILD b/cssh/PKGBUILD index ae3fb0d30..881528e41 100644 --- a/cssh/PKGBUILD +++ b/cssh/PKGBUILD @@ -21,7 +21,7 @@ sha512sums=('SKIP') pkgver() { cd "${srcdir}/${pkgname}" _rev=$( - git rev-parse --short master + git rev-parse --short "${_commit}" ) _rev_count=$( git rev-list "${_rev}" --count |