diff options
author | P. J. McDermott <pjm@nac.net> | 2012-07-31 10:50:22 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-07-31 10:50:22 (EDT) |
commit | 710ca0fbb707828b9317dc09686b0accc0d6a5d6 (patch) | |
tree | 8047bc95bba63405ccb1ed81866de0773d4c409f /src | |
parent | 0e0a7b8e649283837c3126c1160c977b32191656 (diff) |
Support locale setting.
Diffstat (limited to 'src')
-rw-r--r-- | src/opkbuild.sh | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/opkbuild.sh b/src/opkbuild.sh index 865c350..54a22f3 100644 --- a/src/opkbuild.sh +++ b/src/opkbuild.sh @@ -19,9 +19,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -. @@LIBDIR@@/opkhelper/messages -. @@LIBDIR@@/opkhelper/strings/en -. @@LIBDIR@@/opkhelper/changelog +. @@LIBDIR@@/messages +. @@LIBDIR@@/locale +. @@LIBDIR@@/changelog # Environment variables: export OH_SOURCE= @@ -74,6 +74,8 @@ OPT_UID0_CMD= main() { + oh_locale_set + get_options test_uid0_cmd |