summaryrefslogtreecommitdiff
path: root/librestage
diff options
context:
space:
mode:
Diffstat (limited to 'librestage')
-rwxr-xr-xlibrestage2
1 files changed, 1 insertions, 1 deletions
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})