summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>2011-01-30 22:36:05 +0000
committerrmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>2011-01-30 22:36:05 +0000
commitf3142853304a7dfeb078111d31fb848205e3d17a (patch)
treebf2b137b79a869dcd04a589acbd5b90bc2c71991
parent5da52d603dd12ac89ec0829c589972aab54ed73f (diff)
With new Loc.U, we must not append $_exe when testing for a command presence
using the $command variable. git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@91 2592e710-e01b-42a5-8df0-11608a6cc53d
-rw-r--r--mcon/U/Oldconfig.U2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcon/U/Oldconfig.U b/mcon/U/Oldconfig.U
index a212d0d..7f862f0 100644
--- a/mcon/U/Oldconfig.U
+++ b/mcon/U/Oldconfig.U
@@ -122,7 +122,7 @@ myuname=`echo $myuname | $sed -e 's/^[^=]*=//' -e 's/\///g' | \
?X: Save the value we just computed to reset myuname after we get done here.
newmyuname="$myuname"
has_uname=
-$test -f "$uname$_exe" && has_uname=y
+$test -f "$uname" && has_uname=y
: Guessing of the OS name -- half the following guesses are probably wrong...
: If you have better tests or hints, please send them to the metaconfig