branch: externals/dtache commit 80d019e5955dc5f2aeb50460ce906446f36e93d3 Author: Niklas Eklund <niklas.ekl...@zenseact.com> Commit: Niklas Eklund <niklas.ekl...@posteo.net>
Address suggestion from linter --- dtache-env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtache-env b/dtache-env index 18011e8f07..0ff7f879b5 100755 --- a/dtache-env +++ b/dtache-env @@ -2,7 +2,7 @@ mode="$1" shift -dtache_command="$@" +dtache_command="$*" if [ "$mode" = "dumb" ]; then if eval "$dtache_command"; then