scripts: Remove setting of PATH from functions file
authorMartin Schwenke <martin@meltin.net>
Wed, 16 Oct 2013 23:52:00 +0000 (10:52 +1100)
committerAmitay Isaacs <amitay@gmail.com>
Tue, 22 Oct 2013 03:34:04 +0000 (14:34 +1100)
commitcfbff39e22e42f3997f637290748290833525714
tree187482178a5b76df7b6318d90e99291283c49a1a
parent9437d4809bfbbb5c6a32a610665333d2f641881d
scripts: Remove setting of PATH from functions file

The current setting is inconsistent with settings on most systems,
putting /bin before /sbin.  Use of /usr/local/bin, which may be
required on some systems, is also overridden.  This can make it
difficult to do interactive debugging of script problems.

Rely on the system PATH instead.

If system-specific changes need to be made then this can be done in a
configuration file.

Signed-off-by: Martin Schwenke <martin@meltin.net>
config/functions