summaryrefslogtreecommitdiffstats
path: root/update_scripts.sh
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2020-04-24 05:31:22 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2020-04-24 05:56:43 +0200
commit837cd03f031f1daaa2dda23d584cda25b0dfd51e (patch)
tree5a62f9127c7daa3d8f96e1394ef74421a7fb53e7 /update_scripts.sh
parent536dec0b3393550051e61fc345aede447477bf94 (diff)
parentd1b6f8c7af0eb9a0a44b2d4723e58dde5eafa236 (diff)
downloadkernel-837cd03f031f1daaa2dda23d584cda25b0dfd51e.tar.gz
kernel-837cd03f031f1daaa2dda23d584cda25b0dfd51e.tar.xz
kernel-837cd03f031f1daaa2dda23d584cda25b0dfd51e.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 77d795287..bbfd6f11f 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//`
- mv $i $NEW
+ cp $i $NEW
done