summaryrefslogtreecommitdiff
path: root/core/bash
diff options
context:
space:
mode:
Diffstat (limited to 'core/bash')
-rw-r--r--core/bash/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/bash/PKGBUILD b/core/bash/PKGBUILD
index a44a19138..6e2469e5a 100644
--- a/core/bash/PKGBUILD
+++ b/core/bash/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 123077 2011-05-08 02:14:26Z allan $
+# $Id: PKGBUILD 129828 2011-06-29 04:14:18Z allan $
# Maintainer: Aaron Griffin <aaron@archlinux.org>
# Maintainer: Allan McRae <allan@archlinux.org>
@@ -49,6 +49,7 @@ build() {
}
check() {
+ cd ${srcdir}/${pkgname}-$_basever
make check
}