diff options
| author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2024-09-05 21:49:07 -0700 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2024-09-05 21:49:07 -0700 |
| commit | f057b57270c2a17d3f45c177e9434fa5745caa48 (patch) | |
| tree | 1c9a2475ea9305f8b128bb8fb74d74660445a6fa /scripts/package/gen-diff-patch | |
| parent | a790df272a20dcc88ffebe20eca34c54f528fcaa (diff) | |
| parent | de35996d4b364749194c5b473d1912578880833e (diff) | |
Merge branch 'ib/6.11-rc6-matrix-keypad-spitz' into next
Bring in changes removing support for platform data from matrix-keypad
driver.
Diffstat (limited to 'scripts/package/gen-diff-patch')
| -rwxr-xr-x | scripts/package/gen-diff-patch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/package/gen-diff-patch b/scripts/package/gen-diff-patch index 8a98b7bb78a0..f272f7770ea3 100755 --- a/scripts/package/gen-diff-patch +++ b/scripts/package/gen-diff-patch @@ -1,6 +1,8 @@ #!/bin/sh # SPDX-License-Identifier: GPL-2.0-only +set -eu + diff_patch=$1 mkdir -p "$(dirname "${diff_patch}")" |
