diff options
author | Leah Rowe <info@minifree.org> | 2017-09-25 15:04:48 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2017-09-25 15:04:48 +0000 |
commit | 70101e82ac05b0538c67075255a31330d457c66d (patch) | |
tree | 39de1aa8f30ec1d78e3f3951ce2def55e1d301b0 /libs/common | |
parent | 96b3a3f8c9dd059318f49e2ce147d966487600f4 (diff) | |
parent | 1d09b8002f949652dbd3d55b6e1de72571d1e85d (diff) | |
download | librebootfr-70101e82ac05b0538c67075255a31330d457c66d.tar.gz librebootfr-70101e82ac05b0538c67075255a31330d457c66d.zip |
Merge branch 'braces-braces-braces' of kragle/libreboot into master
Diffstat (limited to 'libs/common')
-rwxr-xr-x | libs/common | 2 |
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 |