summaryrefslogtreecommitdiff
path: root/desktop/scripts
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-10-17 15:34:53 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-17 15:35:29 +0200
commit1fc195f7e830619d56cc4c56043b154bc3a72b02 (patch)
tree1f89a88251d5d400795d204462b82c19803a692b /desktop/scripts
parentc65eb7e56934b22f9bea68e62c0a51fd59869f1c (diff)
Simplify code (VERBOSE was unused)
Change-Id: I281be165fe110fee3e174e96e11cdbc4aa5671e0
Diffstat (limited to 'desktop/scripts')
-rwxr-xr-xdesktop/scripts/unopkg.sh8
1 files changed, 2 insertions, 6 deletions
diff --git a/desktop/scripts/unopkg.sh b/desktop/scripts/unopkg.sh
index 846c2eb40fef..d16d2269d454 100755
--- a/desktop/scripts/unopkg.sh
+++ b/desktop/scripts/unopkg.sh
@@ -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 \