Fix typo.

This commit is contained in:
Olaf Seibert
2021-04-21 18:39:58 +02:00
parent 461205d60a
commit 9ade850447

View File

@@ -10,7 +10,7 @@ set_ok() {
if [ -e "$t".objd.ok ]
then
cp "$t".objd "$t".objd.okd
cp "$t".objd "$t".objd.ok
fi
}