mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
Revert "chg: empty call to powershell.exe triggers colors on ProxSpace"
This reverts commit a5b406bffa
.
This commit is contained in:
parent
c2df7ed824
commit
4daa8aac2c
1 changed files with 1 additions and 6 deletions
7
pm3
7
pm3
|
@ -354,12 +354,6 @@ else
|
||||||
echo >&2 "[!!] Script ran under unknown name, abort: $SCRIPT"
|
echo >&2 "[!!] Script ran under unknown name, abort: $SCRIPT"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
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
|
if [ "$1" == "-h" ] || [ "$1" == "--help" ]; then
|
||||||
HELP
|
HELP
|
||||||
exit 0
|
exit 0
|
||||||
|
@ -395,6 +389,7 @@ if [ "$1" == "-n" ]; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
HOSTOS=$(uname | awk '{print toupper($0)}')
|
||||||
if [ "$HOSTOS" = "LINUX" ]; then
|
if [ "$HOSTOS" = "LINUX" ]; then
|
||||||
if uname -a|grep -q Microsoft; then
|
if uname -a|grep -q Microsoft; then
|
||||||
# Test presence of wmic
|
# Test presence of wmic
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue