From 7f2f7347e61f252b03af5efb4e5a089c43646d72 Mon Sep 17 00:00:00 2001 From: Vadim Zhukov Date: Mon, 27 Aug 2018 19:02:27 +0300 Subject: [PATCH] The eval call is not needed, actually. --- share/cht.sh.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/cht.sh.txt b/share/cht.sh.txt index 48124f9..d56ae65 100755 --- a/share/cht.sh.txt +++ b/share/cht.sh.txt @@ -460,5 +460,5 @@ while true; do version) cmd_name=version;; *) cmd_name="query $cmd_name";; esac - eval cmd_$cmd_name \$cmdargs + cmd_$cmd_name $cmdargs done