summaryrefslogtreecommitdiff
path: root/setup_native/scripts
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-03-04 23:05:27 +0100
committersb <sb@openoffice.org>2010-03-04 23:05:27 +0100
commitd11e7c65afe7eb24f8c696b5bd18898ae095f382 (patch)
treeb8fe110f9c1c918d69579e38e176c4e8c9804e13 /setup_native/scripts
parent8213de345f24af0c55b587802d5738e611b7009c (diff)
parent60c0e59fd450e39902d85918d2243fb83c02a21d (diff)
merged in re/DEV300_next towards DEV300_m74
Diffstat (limited to 'setup_native/scripts')
-rw-r--r--setup_native/scripts/javaloader.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup_native/scripts/javaloader.sh b/setup_native/scripts/javaloader.sh
index 22b1eb927625..e23505f586b0 100644
--- a/setup_native/scripts/javaloader.sh
+++ b/setup_native/scripts/javaloader.sh
@@ -242,7 +242,7 @@ install_linux_rpm()
# start to install jre
echo "Extracting ..."
olddir=`pwd`
- cd $tempdir
+ cd "$tempdir"
rpm2cpio $tempjrefile | cpio -i --make-directories
rm -f $tempjrefile # we do not need it anymore, so conserve discspace
@@ -330,7 +330,7 @@ install_linux_rpm()
fi
echo "Done."
- cd $olddir
+ cd "$olddir"
}
find_rpm2cpio()