Skip to content
Snippets Groups Projects
Commit db00867c authored by Natanael Copa's avatar Natanael Copa
Browse files

abump: add missing "

parent 2ef7ed90
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment