mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-22 15:02:59 +00:00
abump: add missing "
This commit is contained in:
parent
2ef7ed908c
commit
db00867ceb
2
abump.in
2
abump.in
@ -26,7 +26,7 @@ do_bump() {
|
|||||||
ver=${p#${name}-}
|
ver=${p#${name}-}
|
||||||
|
|
||||||
# calculate APKBUILD's path
|
# 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'"
|
error "'$p' should be of form 'foo-1.2.3' or 'main/foo-1.2.3'"
|
||||||
rc=1; continue
|
rc=1; continue
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user