mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-03 22:53:58 +08:00
Merge pull request #1897 from socram8888/fix-pm3-p
Fix pm3-flash-all -p XXX
This commit is contained in:
commit
27d9be7613
1 changed files with 1 additions and 0 deletions
1
pm3
1
pm3
|
@ -441,6 +441,7 @@ done
|
||||||
|
|
||||||
# if a port is already provided, let's just run the command as such
|
# if a port is already provided, let's just run the command as such
|
||||||
for ARG; do
|
for ARG; do
|
||||||
|
shift
|
||||||
if [ "$ARG" == "-p" ]; then
|
if [ "$ARG" == "-p" ]; then
|
||||||
CMD "$@"
|
CMD "$@"
|
||||||
exit $?
|
exit $?
|
||||||
|
|
Loading…
Reference in a new issue