Hi, LuaTeX build fails on Solaris due to "mv -v" in build.sh: if [ "$BUILDLUA52" = "FALSE" ] && [ "$BUILDLUA53" = "TRUE" ] then mv -v "$B"/texk/web2c/$LUATEXEXE53 "$B"/texk/web2c/$LUATEXEXE ls -l "$B"/texk/web2c/$LUATEXEXE fi mv: illegal option -- v Usage: mv [-f] [-i] f1 f2 mv [-f] [-i] f1 ... fn d1 mv [-f] [-i] d1 d2 build/texk/web2c/luatex: No such file or directory Can you please perhaps store the command and echo it before executing it instead of calling "mv -v" which is apparently not portable enough? Thank you, Mojca
On Wed, Mar 7, 2018 at 5:53 PM, Mojca Miklavec
Hi,
LuaTeX build fails on Solaris due to "mv -v" in build.sh:
if [ "$BUILDLUA52" = "FALSE" ] && [ "$BUILDLUA53" = "TRUE" ] then mv -v "$B"/texk/web2c/$LUATEXEXE53 "$B"/texk/web2c/$LUATEXEXE ls -l "$B"/texk/web2c/$LUATEXEXE fi
mv: illegal option -- v Usage: mv [-f] [-i] f1 f2 mv [-f] [-i] f1 ... fn d1 mv [-f] [-i] d1 d2 build/texk/web2c/luatex: No such file or directory
Can you please perhaps store the command and echo it before executing it instead of calling "mv -v" which is apparently not portable enough?
Thank you, Mojca _______________________________________________ dev-luatex mailing list dev-luatex@ntg.nl https://mailman.ntg.nl/mailman/listinfo/dev-luatex
ok -- luigi
participants (2)
-
luigi scarso
-
Mojca Miklavec