docs: update

This commit is contained in:
Dylan Araps
2018-06-14 09:36:41 +10:00
parent c2f2138f9d
commit 00100cf945

View File

@@ -550,7 +550,9 @@ case "$(uname)" in
exit 1
;;
esac
printf '%s\n' "$_"
# Finally, set the variable.
os="$_"
```