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