Merge pull request #33524 from srhb/gettext-addEnvHooks

gettext: replace envHooks with addEnvHooks
This commit is contained in:
Orivej Desh 2018-01-07 01:53:53 +00:00 committed by GitHub
commit 175d890396
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,4 +4,4 @@ gettextDataDirsHook() {
fi
}
envHooks+=(gettextDataDirsHook)
addEnvHooks "$hostOffset" gettextDataDirsHook