]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Use `env` to start tclsh instead of /bin/bash 541/head
authorRoman Joost <rjoost@redhat.com>
Mon, 22 Sep 2014 23:36:05 +0000 (09:36 +1000)
committerRoman Joost <rjoost@redhat.com>
Tue, 23 Sep 2014 00:02:02 +0000 (10:02 +1000)
commit75f7d6d23d560cf2fa6bf831a17c7c4450f38d3a
treef069dff88a82f6f09caf6e3c01ce2628ddc66534
parent111fa387430e7dd093052c1f8b0382381f6e86c1
Use `env` to start tclsh instead of /bin/bash

This patch replaces the shebang line using /bin/bash with /usr/bin/env.
The previous version obfuscates which shell is being used by the tcl
script. Any benefits of using Bash as a start up are provided by `env`.

This closes issue #537.
bindings/tcl/ifOctets.tcl.in