diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2014-01-23 14:41:53 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2014-01-23 14:41:53 +0100 |
commit | bf2f2229bb108a7bdd39326eb4e886e2f47df960 (patch) | |
tree | 0dfec85700309ce50e391f22398dd21372c20fe6 /scripts/kconfig/mconf.c | |
parent | 821e64316a93d2760ad60c326e1a59aabc3e6441 (diff) | |
download | busybox-bf2f2229bb108a7bdd39326eb4e886e2f47df960.tar.gz |
testsuite: fix last "which" change
In commit afa63b2dcdc9b9 I replaced `type -p' with
`command -pv'. But actually it is wrong, the right
substitution is `command -v'. We need to find our
busybox which is in the first directory in $PATH, so
`command -p' should not be used because it uses
default PATH, not current value of PATH where our
busybox binary resides.
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'scripts/kconfig/mconf.c')
0 files changed, 0 insertions, 0 deletions