From 9127f25aff12902bf58302982c104704a5bdf202 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Thu, 2 Jun 2011 13:08:36 -0300 Subject: Better root user check --- librestage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librestage') diff --git a/librestage b/librestage index 6ecb19c..f074672 100755 --- a/librestage +++ b/librestage @@ -79,7 +79,7 @@ for _arch in ${ARCHES[@]}; do pkgpath=$(find ${PKGDEST}/ -type f -name "${pkg}-${pkgver}-${pkgrel}-${_arch}${PKGEXT}") - [[ -z ${pkgpath} ]] && continue; + [[ -z ${pkgpath} ]] && continue pkgfile=$(basename ${pkgpath}) -- cgit v1.2.3-54-g00ecf