Skip to content

Commit

Permalink
fix: Use dots as seperator
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese committed May 29, 2023
1 parent 8c3d327 commit 863adf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/serial.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ HOST_ARGS=()
HOST_ARGS+=("-cpu=${CPU_CORES}")
HOST_ARGS+=("-cpu_arch=${HOST_CPU}")

[ -n "$HOST_MAC" ] && HOST_ARGS+=("-mac=${HOST_MAC//:/-}")
[ -n "$HOST_MAC" ] && HOST_ARGS+=("-mac=${HOST_MAC//-/:}")
[ -n "$HOST_BUILD" ] && HOST_ARGS+=("-build=${HOST_BUILD}")
[ -n "$HOST_MODEL" ] && HOST_ARGS+=("-model=${HOST_MODEL}")
[ -n "$HOST_SERIAL" ] && HOST_ARGS+=("-hostsn=${HOST_SERIAL}")
Expand Down

0 comments on commit 863adf7

Please sign in to comment.