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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user