fixed an output line in util/mirror-tarballs.

This commit is contained in:
Yichun Zhang (agentzh) 2015-12-19 11:49:06 -08:00
parent 54b824d1f4
commit c64ff34957
1 changed files with 1 additions and 1 deletions

View File

@ -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