Merge pull request #1897 from socram8888/fix-pm3-p

Fix pm3-flash-all -p XXX
This commit is contained in:
Iceman 2023-02-03 22:05:46 +01:00 committed by GitHub
commit 27d9be7613
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
pm3
View file

@ -441,6 +441,7 @@ done
# if a port is already provided, let's just run the command as such
for ARG; do
shift
if [ "$ARG" == "-p" ]; then
CMD "$@"
exit $?