aboutsummaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2017-09-25 15:04:48 +0000
committerGogs <gogitservice@gmail.com>2017-09-25 15:04:48 +0000
commit70101e82ac05b0538c67075255a31330d457c66d (patch)
tree39de1aa8f30ec1d78e3f3951ce2def55e1d301b0 /libs
parent96b3a3f8c9dd059318f49e2ce147d966487600f4 (diff)
parent1d09b8002f949652dbd3d55b6e1de72571d1e85d (diff)
downloadlibrebootfr-70101e82ac05b0538c67075255a31330d457c66d.tar.gz
librebootfr-70101e82ac05b0538c67075255a31330d457c66d.zip
Merge branch 'braces-braces-braces' of kragle/libreboot into master
Diffstat (limited to 'libs')
-rwxr-xr-xlibs/common2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/common b/libs/common
index b0cb5867..fd001a5d 100755
--- a/libs/common
+++ b/libs/common
@@ -113,7 +113,7 @@ diff_patch_file() {
local patch_file_path="$2"
# TODO: Improve handling of filenames to avoid gotchas w/ \n, \t, etc.
- local filename_in_diff="$(sed -rne 's/^-{3}\s+([^ \r\n]*).*/\1/p' "${patch_file_path}")"
+ local filename_in_diff="$(sed -rne 's/^-{3}\s+([^ \r\n]*).*/\1/p' "$patch_file_path")"
local source_file_path