sync-and-gyp script: fix to work in MSYS shell
NOTRY=true TBR=scroggo@google.com Review URL: https://codereview.chromium.org/1104613003
This commit is contained in:
parent
37a92b4437
commit
8440baa5d5
@ -51,6 +51,6 @@ function gyp_hasher() {
|
|||||||
GYP_HASH=$(gyp_hasher)
|
GYP_HASH=$(gyp_hasher)
|
||||||
HASH_PATH="${SKIA_OUT}/gyp_hash"
|
HASH_PATH="${SKIA_OUT}/gyp_hash"
|
||||||
if [ "$GYP_HASH" != "$(catifexists "$HASH_PATH")" ]; then
|
if [ "$GYP_HASH" != "$(catifexists "$HASH_PATH")" ]; then
|
||||||
./gyp_skia || exit
|
python ./gyp_skia || exit
|
||||||
echo "$GYP_HASH" > "$HASH_PATH"
|
echo "$GYP_HASH" > "$HASH_PATH"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user