Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -20,7 +20,7 @@ export PATH="$PATH:." | ... | @@ -20,7 +20,7 @@ export PATH="$PATH:." |
20 | # Convenience utility to warp to various ONOS source projects | 20 | # Convenience utility to warp to various ONOS source projects |
21 | # e.g. 'o api', 'o dev', 'o' | 21 | # e.g. 'o api', 'o dev', 'o' |
22 | function o { | 22 | function o { |
23 | - cd $(find $ONOS_ROOT/ -type d | egrep -v '\.git|target' | \ | 23 | + cd $(find $ONOS_ROOT/ -type d | egrep -v '\.git|target|gen-src' | \ |
24 | egrep "${1:-$ONOS_ROOT}" | egrep -v "$ONOS_ROOT/.+/src/" | head -n 1) | 24 | egrep "${1:-$ONOS_ROOT}" | egrep -v "$ONOS_ROOT/.+/src/" | head -n 1) |
25 | } | 25 | } |
26 | 26 | ... | ... |
-
Please register or login to post a comment