Chromium Code Reviews| Index: common.sh |
| diff --git a/common.sh b/common.sh |
| index 9a9699ede7f5d44a22823bbf148046cfc138c754..25abd9b4c3684fcea954e74c00f55b35b23dfd8f 100644 |
| --- a/common.sh |
| +++ b/common.sh |
| @@ -77,6 +77,8 @@ fi |
| # Load shflags |
| if [[ -f /usr/lib/shflags ]]; then |
| . /usr/lib/shflags |
| +elif [ -f ./lib/shflags/shflags ]; then |
| + . "./lib/shflags/shflags" |
| else |
| . "${SRC_ROOT}/scripts/lib/shflags/shflags" |
| fi |