From c64ff34957781bf92b0852aa34c72306283231de Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Sat, 19 Dec 2015 11:49:06 -0800 Subject: [PATCH] fixed an output line in util/mirror-tarballs. --- util/mirror-tarballs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/mirror-tarballs b/util/mirror-tarballs index 433dc68..25da9fc 100755 --- a/util/mirror-tarballs +++ b/util/mirror-tarballs @@ -508,7 +508,7 @@ mv luajit2-* LuaJIT-$ver || exit 1 #$root/util/get-tarball http://luajit.org/download/v2.0.1_hotfix1.patch -O hotfix.patch cd LuaJIT-$ver || exit 1; -echo "$info_txt applying the luajit-win32-default-paths patch hotfix #1 patch for luajit $ver" +echo "$info_txt applying the luajit-win32-default-paths patch for luajit $ver" patch -p1 < $root/patches/luajit-win32-default-paths.patch || exit 1 #rm ../hotfix.patch cd .. || exit 1