1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

aliases: fix dsh exec arguments

This commit is contained in:
2018-08-21 17:31:21 +01:00
parent bbf329eb70
commit 580b9e33b5

View File

@ -225,6 +225,7 @@ _dsh() {
fi
if [ -z "$prog" ]; then
shell_args=()
if [ "$dowhat" = 'run' ]; then
shell_args=(--rm --entrypoint=)
fi