Added function to check if old flags is still present on configs

This commit is contained in:
Muhammad Herdiansyah 2016-10-15 09:08:12 +07:00
parent fe6588d8b6
commit 710fd49887
1 changed files with 10 additions and 0 deletions

View File

@ -2703,6 +2703,15 @@ err() {
# }}}
# Check for old flags {{{
checkoldflags() {
[ -n "$osx_buildversion" ] && err "\$osx_buildversion is deprecated, use \$distro_shorthand instead."
[ -n "$osx_codename" ] && err "\$osx_codename is deprecated, use \$distro_shorthand instead."
}
# }}}
# Get script directory {{{
getscriptdir() {
@ -3208,6 +3217,7 @@ getargs() {
main() {
getos
getdefaultconfig 2>/dev/null
checkoldflags
getargs "$@"
getdistro