[buildpkg] remove trailing slash from pkgnames

This commit is contained in:
Bernhard Landauer 2017-12-14 23:39:28 +01:00
parent 7bdac68017
commit b6f8ba6dc2

View file

@ -109,7 +109,7 @@ opts='p:a:b:r:i:cwnsuqh'
while getopts "${opts}" arg; do
case "${arg}" in
p) build_list_pkg="$OPTARG" ;;
p) build_list_pkg="${OPTARG//\/}" ;;
a) target_arch="$OPTARG" ;;
b) target_branch="$OPTARG" ;;
r) chroots_pkg="$OPTARG" ;;