Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
ad41aaa8
Commit
ad41aaa8
authored
Oct 25, 2013
by
Dan Reading
Browse files
don't want the old bin in the path
parent
768a08e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/tmcc/common/checknode/rc.nodecheck
View file @
ad41aaa8
...
...
@@ -105,7 +105,7 @@ if [ -f "/etc/emulab/ismfs" ] ; then
fi
os
=
`
uname
-s
`
export
PATH
=
"/usr/local/bin:
$MFSPROJDIR
/nodecheck/
`
uname
-s
`
/bin-
`
uname
-m
`
:
/usr/local/bin:
$MFSPROJDIR
/nodecheck/bin:
$PATH
"
export
PATH
=
"/usr/local/bin:
$MFSPROJDIR
/nodecheck/
`
uname
-s
`
/bin-
`
uname
-m
`
:
$PATH
"
# if [ `echo $foundbash | grep nodecheck` ] ; then
# echo "*** Did not find expected bash in $MFSPROJDIR/$os/bin"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment