Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
tom
2014-10-10 08:37:20 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cf8dd2a398c88729bc7e098ad5ad29aff329e2ba
cf8dd2a3
1 parent
e7f01ee5
Tweaked bash_profile.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
tools/dev/bash_profile
tools/dev/bash_profile
View file @
cf8dd2a
...
...
@@ -20,7 +20,7 @@ export PATH="$PATH:."
# Convenience utility to warp to various ONOS source projects
# e.g. 'o api', 'o dev', 'o'
function
o
{
cd
$(
find
$ONOS_ROOT
/ -type d | egrep -v
'\.git|target'
|
\
cd
$(
find
$ONOS_ROOT
/ -type d | egrep -v
'\.git|target
|gen-src
'
|
\
egrep
"
${
1
:-
$ONOS_ROOT
}
"
| egrep -v
"
$ONOS_ROOT
/.+/src/"
| head -n 1
)
}
...
...
Please
register
or
login
to post a comment