summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndrew de los Reyes <adlr@chromium.org>2012-03-07 17:30:30 -0800
committerAndrew de los Reyes <adlr@chromium.org>2012-03-08 13:53:42 -0800
commit932acaf7de3801405b90bb0be4a26ddbd3966b07 (patch)
treef085539f5cec5f1fc68f40ea2dda5e57f219ccea /tools
parentf821a04bb5487f24efe0bd2952abd0a23fe68ecd (diff)
downloadlibchrome-gestures-932acaf7de3801405b90bb0be4a26ddbd3966b07.tar.gz
replay_log: Fix path to shflags
Just build a new chroot and realized that I had the path wrong. BUG=chromium-os:27506 TEST=replay_log runs successfully Change-Id: I67381fef6f2d2d7a1600ef2e922b3d02a4f57c6d
Diffstat (limited to 'tools')
-rwxr-xr-xtools/replay_log2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/replay_log b/tools/replay_log
index 37629ae..21f5819 100755
--- a/tools/replay_log
+++ b/tools/replay_log
@@ -4,7 +4,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-. /usr/lib/shflags
+. /usr/share/misc/shflags
DEFINE_string out "testlog.txt" "Output log from replay"
DEFINE_string only_honor "Tap Enable,Sensitivity" \