diff options
-rwxr-xr-x | fullpkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |