diff options
author | Karel Kočí <cynerd@email.cz> | 2015-07-28 22:55:46 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-08-12 10:22:55 +0200 |
commit | 3457820595c750f30ea810f2ab1dc717d12744c0 (patch) | |
tree | 139a9e099fcc458776111814b24a06318eab2994 /measure_scripts/11-patch | |
parent | 05df3f38680b8b9b1bc25bcfa5b5bdaa507fd7fc (diff) | |
download | linux-conf-perf-3457820595c750f30ea810f2ab1dc717d12744c0.tar.gz linux-conf-perf-3457820595c750f30ea810f2ab1dc717d12744c0.tar.bz2 linux-conf-perf-3457820595c750f30ea810f2ab1dc717d12744c0.zip |
Fix path bug
Diffstat (limited to 'measure_scripts/11-patch')
-rwxr-xr-x | measure_scripts/11-patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/measure_scripts/11-patch b/measure_scripts/11-patch index d29976e..7963ffc 100755 --- a/measure_scripts/11-patch +++ b/measure_scripts/11-patch @@ -6,4 +6,4 @@ cd ../linux git reset --hard -git apply --index < ../other_scripts/shark-ryu-board-patch.patch +git apply --index < ../measure_scripts/shark-ryu-board-patch.patch |