abump: add missing "

This commit is contained in:
Natanael Copa 2013-07-09 12:57:20 +00:00
parent 2ef7ed908c
commit db00867ceb
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ do_bump() {
ver=${p#${name}-}
# calculate APKBUILD's path
if [ "${name#*/}" != "$name" ] && ! [ -d "$APORTSDIR/${name%/*} ]; then
if [ "${name#*/}" != "$name" ] && ! [ -d "$APORTSDIR/${name%/*}" ]; then
error "'$p' should be of form 'foo-1.2.3' or 'main/foo-1.2.3'"
rc=1; continue
fi