Skip to content

Commit 7f2f734

Browse files
committed
The eval call is not needed, actually.
1 parent 9e1e12b commit 7f2f734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/cht.sh.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,5 +460,5 @@ while true; do
460460
version) cmd_name=version;;
461461
*) cmd_name="query $cmd_name";;
462462
esac
463-
eval cmd_$cmd_name \$cmdargs
463+
cmd_$cmd_name $cmdargs
464464
done

0 commit comments

Comments
 (0)