From fc39fd1e991a4fc6a5aceafc619ca552ad72b582 Mon Sep 17 00:00:00 2001 From: Nicolas Reynolds Date: Wed, 15 Jun 2011 11:30:20 -0300 Subject: Typo fixed --- fullpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fullpkg b/fullpkg index 21bef16..eaf1c63 100755 --- a/fullpkg +++ b/fullpkg @@ -394,7 +394,7 @@ if [ ${build_only} == 'n' ]; then # Check if we are actually on a build directory # Do this early - [ -r PKGBUILD ] && { + [ ! -r PKGBUILD ] && { error "This isn't a build directory" usage && exit 1 } -- cgit v1.2.3