| Index: build/update-linux-sandbox.sh
|
| diff --git a/build/update-linux-sandbox.sh b/build/update-linux-sandbox.sh
|
| index 735733a0d00b0b5cf6e7c244c5253de588d29ede..fa2d1077af61bd525d69f9fe632da2fc87d45ade 100755
|
| --- a/build/update-linux-sandbox.sh
|
| +++ b/build/update-linux-sandbox.sh
|
| @@ -39,8 +39,9 @@ if [ ! -d "${CHROME_OUT_DIR}" ]; then
|
| fi
|
|
|
| if [ ! -f "${CHROME_SANDBOX_BUILD_PATH}" ]; then
|
| - echo -n "Could not find ${CHROME_SANDBOX_BUILD_PATH}, "
|
| - echo "please make sure you build the chrome_sandbox target"
|
| + echo "Could not find ${CHROME_SANDBOX_BUILD_PATH}"
|
| + echo -n "BUILDTYPE is $BUILDTYPE, use \"BUILDTYPE=<value> ${0}\" to override "
|
| + echo "after you build the chrome_sandbox target"
|
| exit 1
|
| fi
|
|
|
|
|