summaryrefslogtreecommitdiffstats
path: root/src/oh-strip.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/oh-strip.sh')
-rw-r--r--src/oh-strip.sh8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/oh-strip.sh b/src/oh-strip.sh
index bf328a5..96c4d3f 100644
--- a/src/oh-strip.sh
+++ b/src/oh-strip.sh
@@ -19,10 +19,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-. '@@LIBOPKBUILD_1@@/load.sm'
-
-ob_use locale
-ob_use output
+. '@@LIBOPKHELPER@@/load.sm'
CR='
'
@@ -32,8 +29,7 @@ main()
dir='dest'
keep_debug='false'
- ob_set_locale_path '@@LOCALEDIR@@/%s/LC_MESSAGES/%s.ms'
- ob_set_text_domain 'opkhelper'
+ oh_init
while getopts 'd:k' opt; do
case "${opt}" in