Merge pull request #361 from konimex/mac_shorthand

Expanded distro_shorthand to Mac OS X and Solaris
This commit is contained in:
Dylan Araps
2016-10-15 18:16:00 +11:00
committed by GitHub
4 changed files with 32 additions and 31 deletions

View File

@@ -62,17 +62,9 @@ kernel_shorthand="on"
# Distro
# Shorten the output of distro (tiny, on, off)
# NOTE: This is only possible on Linux
# NOTE: This is only possible on Linux, Mac OS X, and Solaris
distro_shorthand="off"
# Mac OS X hide/show build version
# --osx_buildversion on/off
osx_buildversion="on"
# Mac OS X hide/show codename
# --osx_codename on/off
osx_codename="on"
# Show 'x86_64' and 'x86' in 'Distro:' output.
# --os_arch on/off
os_arch="on"