Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=da5f282f35c248f0e49cec579161f75d4fef9083
commit da5f282f35c248f0e49cec579161f75d4fef9083 Author: crazy <[email protected]> Date: Sun Nov 26 02:25:25 2017 +0100 util.sh: disable __is_deprecated() for now diff --git a/source/include/util.sh b/source/include/util.sh index eb44d7d..1fc9db0 100644 --- a/source/include/util.sh +++ b/source/include/util.sh @@ -131,9 +131,9 @@ Fdie() { } ## internal -__is_deprecated() { - warning "Function ${FUNCNAME[1]}() is deprecated , port your package away from it." -} +#__is_deprecated() { +# warning "Function ${FUNCNAME[1]}() is deprecated , port your package away from it." +#} ### # * Fcpvar(): Copy a variable to another by name. Parameters: 1) Destination @@ -238,7 +238,7 @@ __Faddsubpkg() { ### Faddsubpkg() { - __is_deprecated + #__is_deprecated local g a if [ "$#" -lt 3 ]; then _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
