emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/dtache 80d019e595 05/14: Address suggestion from linter


From: ELPA Syncer
Subject: [elpa] externals/dtache 80d019e595 05/14: Address suggestion from linter
Date: Fri, 13 May 2022 11:57:47 -0400 (EDT)

branch: externals/dtache
commit 80d019e5955dc5f2aeb50460ce906446f36e93d3
Author: Niklas Eklund <niklas.eklund@zenseact.com>
Commit: Niklas Eklund <niklas.eklund@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]