diff options
Diffstat (limited to 'pssh-git')
-rw-r--r-- | pssh-git/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pssh-git/PKGBUILD b/pssh-git/PKGBUILD index 26424d779..4f4ea6ad0 100644 --- a/pssh-git/PKGBUILD +++ b/pssh-git/PKGBUILD @@ -23,7 +23,7 @@ sha512sums=('SKIP') pkgver() { cd "${srcdir}/pssh" - git describe --long --tags ${_commit} | \ + git describe --long --tags "${_commit}" | \ sed ' s/^v// y/-/+/ |