revert previous commit

This commit is contained in:
Dylan 2016-05-08 11:33:32 +10:00
parent 7682be5522
commit 59eae428dd
1 changed files with 0 additions and 1 deletions

View File

@ -502,7 +502,6 @@ getdistro () {
"iPhone OS")
distro="iOS $(awk '/OS-Version:/ {printf $4}' /var/logs/AppleSupport/general.log)"
distro=$(printf "%s" "$distro" | awk '{printf $1 $2}')
;;
"OpenBSD")