summaryrefslogtreecommitdiffstats
path: root/update_scripts.sh
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2022-03-24 16:03:02 +0100
committerThorsten Leemhuis <fedora@leemhuis.info>2022-03-24 16:03:02 +0100
commitfb1ea784e8985f10301ed1685dbdfbf6f28de7fd (patch)
tree51dfebbaa653d61d5546bcb97e6663cac9b30729 /update_scripts.sh
parent59a135d996819ab4de8038c2b13c3dddbd30aa8e (diff)
parent55017c651490388db35458885b29e69739eb6b32 (diff)
downloadkernel-fb1ea784e8985f10301ed1685dbdfbf6f28de7fd.tar.gz
kernel-fb1ea784e8985f10301ed1685dbdfbf6f28de7fd.tar.xz
kernel-fb1ea784e8985f10301ed1685dbdfbf6f28de7fd.zip
Diffstat (limited to 'update_scripts.sh')
-rwxr-xr-xupdate_scripts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_scripts.sh b/update_scripts.sh
index 9196e795a..a36dc475c 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" "$NEW"
+ cp "$i" $(basename "$NEW")
done