]> git.saurik.com Git - redis.git/commitdiff
Replace unnecessary calls to echo and cat
authorMichael Schlenker <MichaelSchlenker@gmx.net>
Tue, 17 Apr 2012 20:20:54 +0000 (22:20 +0200)
committerMichael Schlenker <MichaelSchlenker@gmx.net>
Tue, 17 Apr 2012 20:20:54 +0000 (22:20 +0200)
Tcl's exec can send data to stdout itself, no need to call cat/echo for
that usually.


No differences found