summaryrefslogtreecommitdiff
path: root/testing/docker/dmgr.sh
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2020-02-09 21:26:47 (GMT)
committerGitHub <noreply@github.com>2020-02-09 21:26:47 (GMT)
commitbe04d505106561360611c7246fc16a177c9bc167 (patch)
tree560bde29666e37adfef6dc5ffe881829aa6c3e31 /testing/docker/dmgr.sh
parenta152d613139ef525dfd0ab3d31cd4bd4bbf97daf (diff)
parent13511cfbc0c8253bdf7d6529e521e34a8754e6b7 (diff)
Merge pull request #1303 from stilor/wip
Update docker to ubuntu 19.10
Diffstat (limited to 'testing/docker/dmgr.sh')
-rwxr-xr-xtesting/docker/dmgr.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/docker/dmgr.sh b/testing/docker/dmgr.sh
index 825362a..e6a93e7 100755
--- a/testing/docker/dmgr.sh
+++ b/testing/docker/dmgr.sh
@@ -170,7 +170,7 @@ fi
case "${action}" in
build|install|sample|enter|root|clean|distclean)
for c in ${selected_containers}; do
- eval "action_${action} ${c} \"$@\""
+ eval "action_${action} ${c%/} \"$@\""
done
;;
"")