From 1259ab3a31e619b755424e226ca4ddf0dcc2410d Mon Sep 17 00:00:00 2001 From: Sebastien Luttringer Date: Thu, 7 Jul 2011 13:59:40 +0200 Subject: Remove usage of head in PKGBUILD Signed-off-by: Sebastien Luttringer --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index 5c9764c..d8b4717 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ pkgname=initscripts-git pkgver=$(date +%s) -pkgrel=$(git log --pretty=format:%h |head -n 1) +pkgrel=$(git log -1 --pretty=format:%h) pkgdesc="System initialization/bootup scripts" arch=('i686' 'x86_64') url="http://www.archlinux.org" -- cgit v1.2.3