1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

The eval call is not needed, actually.

This commit is contained in:
Vadim Zhukov
2018-08-27 19:02:27 +03:00
parent 9e1e12b222
commit 7f2f7347e6
+1 -1
View File
@@ -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