chg: empty call to powershell.exe triggers colors on ProxSpace

This commit is contained in:
iceman1001 2020-06-24 11:33:19 +02:00
parent 0bcec9a3fb
commit a5b406bffa

7
pm3
View file

@ -354,6 +354,12 @@ else
echo >&2 "[!!] Script ran under unknown name, abort: $SCRIPT"
exit 1
fi
HOSTOS=$(uname | awk '{print toupper($0)}')
if [[ "$HOSTOS" =~ MINGW(32|64)_NT* ]]; then
$(powershell.exe -command "Out-Null")
fi
if [ "$1" == "-h" ] || [ "$1" == "--help" ]; then
HELP
exit 0
@ -389,7 +395,6 @@ if [ "$1" == "-n" ]; then
fi
fi
HOSTOS=$(uname | awk '{print toupper($0)}')
if [ "$HOSTOS" = "LINUX" ]; then
if uname -a|grep -q Microsoft; then
# Test presence of wmic