mirror of
https://github.com/sickcodes/osx-serial-generator.git
synced 2026-04-08 18:41:34 -06:00
shellcheck cpierre/zsh
This commit is contained in:
parent
77c1bff918
commit
2ae89c4c17
@ -337,7 +337,7 @@ EOF
|
||||
mkdir -p "${OUTPUT_DIRECTORY}/plists"
|
||||
source "${OUTPUT_ENV_FILE}"
|
||||
ROM="${MAC_ADDRESS//\:/}"
|
||||
ROM=$(echo ${ROM} | awk '{print tolower($0)}')
|
||||
ROM="$(awk '{print tolower($0)}' <<< "${ROM}")"
|
||||
sed -e s/\{\{DEVICE_MODEL\}\}/"${DEVICE_MODEL}"/g \
|
||||
-e s/\{\{SERIAL\}\}/"${SERIAL}"/g \
|
||||
-e s/\{\{BOARD_SERIAL\}\}/"${BOARD_SERIAL}"/g \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user