diff --git a/proxmark3.sh b/proxmark3.sh index 1971f41a5..4a7a004d5 100755 --- a/proxmark3.sh +++ b/proxmark3.sh @@ -26,7 +26,7 @@ function wait4proxmark_macOS { # start proxmark with first detected interface if [[ $(uname | awk '{print toupper($0)}') == "LINUX" ]]; then - client/proxmark3 $(wait4proxmark_Linux) $* + client/proxmark3 $(wait4proxmark_Linux) "$@" elif [[ $(uname | awk '{print toupper($0)}') == "DARWIN" ]]; then - client/proxmark3 $(wait4proxmark_macOS) $* + client/proxmark3 $(wait4proxmark_macOS) "$@" fi