aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2018-07-21 01:02:31 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2018-07-21 01:02:31 +0900
commitf30569c005f40b75d8cb524d66673020ef436344 (patch)
tree220c629fce73b99e66f5fb15810334f2bd4db5d7
parent09c8aa26fe7fc244d34a8559f37b24b2b4dfaee6 (diff)
downloadportable-f30569c005f40b75d8cb524d66673020ef436344.tar.gz
portable-f30569c005f40b75d8cb524d66673020ef436344.tar.bz2
portable-f30569c005f40b75d8cb524d66673020ef436344.zip
Fix update.sh using $MV instead of bear mv
Suggested by tb
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index cca603a..216e33c 100755
--- a/update.sh
+++ b/update.sh
@@ -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
279cat $libcrypto_regress/free/freenull.c.head tests/freenull.c.body \ 279cat $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
281mv 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