diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-03-03 13:22:40 +0100 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-03-03 13:22:40 +0100 |
commit | 60c0e59fd450e39902d85918d2243fb83c02a21d (patch) | |
tree | df61bb60027d7ed2474bb39958773a27ad4ca69f /setup_native/scripts | |
parent | 7514bbabcf33c821feeba352eac665a03d0957ad (diff) | |
parent | 47b07b31e8710f0be5b24cfad78034330158fa48 (diff) |
CWS-TOOLING: integrate CWS native278
Notes
Notes:
split repo tag: components_ooo/DEV300_m74
Diffstat (limited to 'setup_native/scripts')
-rw-r--r-- | setup_native/scripts/javaloader.sh | 4 |
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() |