summaryrefslogtreecommitdiff
path: root/Library/firmware.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Library/firmware.sh')
-rwxr-xr-xLibrary/firmware.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/firmware.sh b/Library/firmware.sh
index 572eab1..0cf9c1d 100755
--- a/Library/firmware.sh
+++ b/Library/firmware.sh
@@ -23,7 +23,7 @@ model=$(sysctl -n "${model}")
status=${data}/status
function lower() {
- tr '[:upper:]' '[:lower:]'
+ sed -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'
}
# Generate New Package {{{