diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2018-07-21 01:02:31 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2018-07-21 01:02:31 +0900 |
commit | f30569c005f40b75d8cb524d66673020ef436344 (patch) | |
tree | 220c629fce73b99e66f5fb15810334f2bd4db5d7 | |
parent | 09c8aa26fe7fc244d34a8559f37b24b2b4dfaee6 (diff) | |
download | portable-f30569c005f40b75d8cb524d66673020ef436344.tar.gz portable-f30569c005f40b75d8cb524d66673020ef436344.tar.bz2 portable-f30569c005f40b75d8cb524d66673020ef436344.zip |
Fix update.sh using $MV instead of bear mv
Suggested by tb
-rwxr-xr-x | update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -278,7 +278,7 @@ awk -f $libcrypto_regress/free/freenull.awk \ | |||
278 | < $libcrypto_src/Symbols.list > tests/freenull.c.body | 278 | < $libcrypto_src/Symbols.list > tests/freenull.c.body |
279 | cat $libcrypto_regress/free/freenull.c.head tests/freenull.c.body \ | 279 | cat $libcrypto_regress/free/freenull.c.head tests/freenull.c.body \ |
280 | $libcrypto_regress/free/freenull.c.tail > tests/freenull.c.tmp | 280 | $libcrypto_regress/free/freenull.c.tail > tests/freenull.c.tmp |
281 | mv tests/freenull.c.tmp tests/freenull.c | 281 | $MV tests/freenull.c.tmp tests/freenull.c |
282 | 282 | ||
283 | # copy libc tests | 283 | # copy libc tests |
284 | $CP $libc_regress/arc4random-fork/arc4random-fork.c tests/arc4randomforktest.c | 284 | $CP $libc_regress/arc4random-fork/arc4random-fork.c tests/arc4randomforktest.c |