mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Update pm3_tests.sh
Added LANG=C to the script to enforce the English language so that it does not break when the system language is not English. Signed-off-by: Hanra <37299738+HenraL@users.noreply.github.com>
This commit is contained in:
parent
8156274007
commit
d143d9a65c
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# This is used to make sure that the language for the functions is english instead of the system default language.
|
||||
LANG=C
|
||||
|
||||
PM3PATH="$(dirname "$0")/.."
|
||||
cd "$PM3PATH" || exit 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue