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