summaryrefslogtreecommitdiffstats
path: root/update_scripts.sh
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2020-04-22 20:42:15 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2020-04-22 20:42:15 +0200
commita2fd93e3808fcc84df4cc71121624b460c346298 (patch)
treee9b834e6f6bea4141503d0b7e5bcc127f2aa33d8 /update_scripts.sh
parent8efc28864e86fc7d40cb1b1ef35cc39e13532d5f (diff)
parent4f478aae8055f932b9a8fdd88d93db6b9da5709e (diff)
downloadkernel-a2fd93e3808fcc84df4cc71121624b460c346298.tar.gz
kernel-a2fd93e3808fcc84df4cc71121624b460c346298.tar.xz
kernel-a2fd93e3808fcc84df4cc71121624b460c346298.zip
Merge remote-tracking branch 'origin/master' into rawhide-user-thl-vanilla-fedora
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 bbfd6f11f..77d795287 100755
--- a/update_scripts.sh
+++ b/update_scripts.sh
@@ -8,5 +8,5 @@ TARGET=$1
for i in $RPM_SOURCE_DIR/*.$TARGET; do
NEW=`echo $i | sed s/.$TARGET//`
- cp $i $NEW
+ mv $i $NEW
done