Chromium Code Reviews| Index: hammer |
| =================================================================== |
| --- hammer (revision 22990) |
| +++ hammer (working copy) |
| @@ -14,7 +14,7 @@ |
| while `test ! -d "${SRC_DIR}/site_scons" -o \ |
| -e "${SRC_DIR}/site_scons/site_tools/component_setup.py"`; do |
| PARENT_DIR="$(dirname ${SRC_DIR})" |
| - if `test "${SRC_DIR}" == "${PARENT_DIR}"`; then |
| + if `test "${SRC_DIR}" = "${PARENT_DIR}"`; then |
|
Mark Mentovai
2009/08/13 19:05:13
The backticks aren't necessary. Same for the "whi
|
| echo "ERROR: hammer must be run in a directory with site_scons under" >&2 |
| echo " the root of the project tree." >&2 |
| exit 1 |