Kaydet (Commit) 1fc195f7 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Simplify code (VERBOSE was unused)

Change-Id: I281be165fe110fee3e174e96e11cdbc4aa5671e0
üst c65eb7e5
......@@ -59,15 +59,11 @@ for arg in $@
do
case "$arg" in
-env:*) BOOTSTRAPVARS=$BOOTSTRAPVARS" ""$arg";;
-v) VERBOSE=true;;
--verbose) VERBOSE=true;;
--shared) SHARED=true;;
--shared) umask 0022;;
# make sure shared extensions will be readable by all users
esac
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
if [ -x "$sd_prog/../ure-link/bin/javaldx" ] ; then
my_path=`"$sd_prog/../ure-link/bin/javaldx" $BOOTSTRAPVARS \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment