diff options
author | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-05-19 02:54:00 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-05-19 02:54:00 -0500 |
commit | fc33a9740b0142e24049afc6d485db1d689bba9a (patch) | |
tree | 18ad700e54dc1812faa93e8f00f83e9b549284e4 /fullpkg | |
parent | ec04d0e7dbfad8840869b64167b824c197806ddd (diff) |
* fullpkg printing repo all the times is confusing
Diffstat (limited to 'fullpkg')
-rwxr-xr-x | fullpkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,8 +138,8 @@ function cleanup { ## END FUNCTIONS ## source PKGBUILD -msg "Building ${repo:-missing repo}/${pkgbase:-${pkgname[@]}}: $pkgdesc" repo=${repo:-$(guess_repo)} +msg "Building ${repo:-missing repo}/${pkgbase:-${pkgname[@]}}: $pkgdesc" # Pre build tests if [ $force_build == 'n' ]; then |