blob: 9515c960e99c1840a24bcb59e789aef1b642d51c [file] [log] [blame]
#!/bin/sh
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
treeroot="$(dirname "$0")/.."
cd "${treeroot}"
echo "Applying brkitr.patch"
patch -p1 < cast/brkitr.patch || { echo "failed to patch" >&2; exit 1; }