Simplify code (VERBOSE was unused)
Change-Id: I281be165fe110fee3e174e96e11cdbc4aa5671e0
This commit is contained in:
@@ -59,15 +59,11 @@ for arg in $@
|
|||||||
do
|
do
|
||||||
case "$arg" in
|
case "$arg" in
|
||||||
-env:*) BOOTSTRAPVARS=$BOOTSTRAPVARS" ""$arg";;
|
-env:*) BOOTSTRAPVARS=$BOOTSTRAPVARS" ""$arg";;
|
||||||
-v) VERBOSE=true;;
|
--shared) umask 0022;;
|
||||||
--verbose) VERBOSE=true;;
|
# make sure shared extensions will be readable by all users
|
||||||
--shared) SHARED=true;;
|
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
#make sure shared extensions will be readable by all users
|
|
||||||
[ "$SHARED" = true ] && umask 0022
|
|
||||||
|
|
||||||
# extend the ld_library_path for java: javaldx checks the sofficerc for us
|
# extend the ld_library_path for java: javaldx checks the sofficerc for us
|
||||||
if [ -x "$sd_prog/../ure-link/bin/javaldx" ] ; then
|
if [ -x "$sd_prog/../ure-link/bin/javaldx" ] ; then
|
||||||
my_path=`"$sd_prog/../ure-link/bin/javaldx" $BOOTSTRAPVARS \
|
my_path=`"$sd_prog/../ure-link/bin/javaldx" $BOOTSTRAPVARS \
|
||||||
|
Reference in New Issue
Block a user