diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-07-01 17:30:14 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-07-01 19:52:44 -0700 |
commit | fefc834c419085b2db3b2d7d57bdbfe240d1b75c (patch) | |
tree | b5e9970865650aa326ffbf4d4c9ecd669fd058dc | |
parent | 4e86c85ac8cf2fc6631be704de45f098d1a58ab3 (diff) |
x11perfcomp: use saner $PATH
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | x11perfcomp.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11perfcomp.in b/x11perfcomp.in index 50af117..a541ddc 100644 --- a/x11perfcomp.in +++ b/x11perfcomp.in @@ -20,7 +20,7 @@ # Joel McCormack, DEC Western Research Lab <joel@decwrl.dec.com> # -PATH=@x11perfcompdir@:.:$PATH +PATH="@x11perfcompdir@:/bin:/usr/bin:$PATH" export PATH set -e |