Skip to content

Commit

Permalink
Next release
Browse files Browse the repository at this point in the history
    * ACE/bin/copy-local-script.sh:
  • Loading branch information
jwillemsen committed Oct 30, 2023
1 parent c9c19d8 commit 1b2a86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ACE/bin/copy-local-script.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

for i in *.gz *.bz2 *.zip *.md5; do
d=`echo $i | sed 's/\.[tz][ai][rp]/-7.1.2&/'`
d=`echo $i | sed 's/\.[tz][ai][rp]/-7.1.3&/'`
echo "Copying $i to $d"
cp -ip $i $d
done
Expand Down

0 comments on commit 1b2a86a

Please sign in to comment.