projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
5e5bad4
)
Put /bin first in the searchpath when looking for env, so we work around the /usr...
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Tue, 19 Sep 2006 17:29:52 +0000 (17:29 +0000)
committer
Daniel Hokka Zakrisson
<daniel@hozac.com>
Tue, 19 Sep 2006 17:29:52 +0000 (17:29 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2324
94cd875c
-1c1d-0410-91d2-
eb244daf1a30
m4/ensc_pathprog.m4
patch
|
blob
|
history
diff --git
a/m4/ensc_pathprog.m4
b/m4/ensc_pathprog.m4
index
c285748
..
cd79aad
100644
(file)
--- a/
m4/ensc_pathprog.m4
+++ b/
m4/ensc_pathprog.m4
@@
-75,7
+75,10
@@
AC_DEFUN([ENSC_PATHPROG_STANDARD_TOOLS],
ENSC_PATHPROG(CP, cp)
ENSC_PATHPROG(DIRNAME, dirname)
ENSC_PATHPROG(EGREP, egrep)
+ env_old_searchpath="${ensc_searchpath}"
+ ensc_searchpath="/bin:${ensc_searchpath:-$PATH}"
ENSC_PATHPROG(ENV, env)
+ ensc_searchpath="${env_old_searchpath}"
ENSC_PATHPROG(GREP, grep)
ENSC_PATHPROG(LN, ln)
ENSC_PATHPROG(MKDIR, mkdir)