Fix pm3-flash-all -p XXX

This commit is contained in:
Marcos Del Sol Vives 2023-02-03 14:41:23 +01:00
commit ab9dab3294
No known key found for this signature in database

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 $?