Fix pm3-flash-all -p XXX

This commit is contained in:
Marcos Del Sol Vives
2023-02-03 14:41:23 +01:00
parent 23a3590bba
commit ab9dab3294
+1
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 $?