diff options
author | Thorsten Leemhuis <fedora@leemhuis.info> | 2022-05-06 20:19:31 +0200 |
---|---|---|
committer | Thorsten Leemhuis <fedora@leemhuis.info> | 2022-05-06 20:19:31 +0200 |
commit | 908c0813b908d373170a1163fe20392f2b121d2c (patch) | |
tree | 28be9dd06c172e5982496027450a9250102f5a7d /update_scripts.sh | |
parent | fe2088049dbf1c317b720cd117d44c407c3e96ed (diff) | |
parent | 57c65572919c81cfd703c25229a1ffae6f210ef3 (diff) | |
download | kernel-908c0813b908d373170a1163fe20392f2b121d2c.tar.gz kernel-908c0813b908d373170a1163fe20392f2b121d2c.tar.xz kernel-908c0813b908d373170a1163fe20392f2b121d2c.zip |
merge originkernel-5.18.0-0.rc5.220506.fe27d189e3f42e3.44.vanilla.1.fc37kernel-5.18.0-0.rc5.220506.fe27d189e3f42e3.44.vanilla.1.fc36kernel-5.18.0-0.rc5.220506.fe27d189e3f42e3.44.vanilla.1.fc35kernel-5.18.0-0.rc5.220506.fe27d189e3f42e3.44.vanilla.1.fc34
Diffstat (limited to 'update_scripts.sh')
-rwxr-xr-x | update_scripts.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_scripts.sh b/update_scripts.sh index a36dc475c..38e66347f 100755 --- a/update_scripts.sh +++ b/update_scripts.sh @@ -8,5 +8,5 @@ TARGET="$1" for i in "$RPM_SOURCE_DIR"/*."$TARGET"; do NEW=${i%.$TARGET} - cp "$i" $(basename "$NEW") + cp "$i" "$(basename "$NEW")" done |