unoinfo.sh (a96a8d21) unoinfo.sh (ba2f60e9)
1#!/bin/sh
2#**************************************************************
3#
4# Licensed to the Apache Software Foundation (ASF) under one
5# or more contributor license agreements. See the NOTICE file
6# distributed with this work for additional information
7# regarding copyright ownership. The ASF licenses this file
8# to you under the Apache License, Version 2.0 (the

--- 26 unchanged lines hidden (view full) ---

35case $1 in
36c++)
37 printf '%s' "$sd_prog"
38 ;;
39java)
40 printf '0%s\0%s\0%s\0%s\0%s' \
41 "$sd_prog/classes/ridl.jar" \
42 "$sd_prog/classes/jurt.jar" \
1#!/bin/sh
2#**************************************************************
3#
4# Licensed to the Apache Software Foundation (ASF) under one
5# or more contributor license agreements. See the NOTICE file
6# distributed with this work for additional information
7# regarding copyright ownership. The ASF licenses this file
8# to you under the Apache License, Version 2.0 (the

--- 26 unchanged lines hidden (view full) ---

35case $1 in
36c++)
37 printf '%s' "$sd_prog"
38 ;;
39java)
40 printf '0%s\0%s\0%s\0%s\0%s' \
41 "$sd_prog/classes/ridl.jar" \
42 "$sd_prog/classes/jurt.jar" \
43 "$sd_prog/classes/java/juh.jar" \
43 "$sd_prog/classes/juh.jar" \
44 "$sd_prog/classes/unoil.jar" "$sd_prog"
45 ;;
46*)
47 exit 1
48 ;;
49esac
44 "$sd_prog/classes/unoil.jar" "$sd_prog"
45 ;;
46*)
47 exit 1
48 ;;
49esac