mirror of
https://github.com/sickcodes/osx-serial-generator
synced 2024-11-21 14:29:10 -07:00
shellcheck cpierre/zsh
This commit is contained in:
parent
77c1bff918
commit
2ae89c4c17
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue