summaryrefslogtreecommitdiffstats
path: root/update_scripts.sh
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2022-05-06 20:19:31 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2022-05-06 20:19:31 +0200
commit908c0813b908d373170a1163fe20392f2b121d2c (patch)
tree28be9dd06c172e5982496027450a9250102f5a7d /update_scripts.sh
parentfe2088049dbf1c317b720cd117d44c407c3e96ed (diff)
parent57c65572919c81cfd703c25229a1ffae6f210ef3 (diff)
downloadkernel-908c0813b908d373170a1163fe20392f2b121d2c.tar.gz
kernel-908c0813b908d373170a1163fe20392f2b121d2c.tar.xz
kernel-908c0813b908d373170a1163fe20392f2b121d2c.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 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