1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 13:55:55 +03:00

vbs: import variable MAL_VBS_IMPL_NO_STDERR & MAL_VBS_IMPL_ECHO_STDIN

This commit is contained in:
老刘 2024-08-14 10:42:04 +08:00 committed by Joel Martin
parent 7e7ff1fbca
commit 5d55568c9c

View File

@ -1,2 +1,4 @@
#!/bin/bash
MAL_VBS_IMPL_NO_STDERR=1 MAL_VBS_IMPL_ECHO_STDIN=1 \
WSLENV=MAL_VBS_IMPL_NO_STDERR/w:MAL_VBS_IMPL_ECHO_STDIN/w \
cscript.exe -nologo $(dirname $0)/${STEP:-stepA_mal}.vbs "${@}"