diff options
author | Ingo Schmidt <is@openoffice.org> | 2010-01-13 12:44:09 +0100 |
---|---|---|
committer | Ingo Schmidt <is@openoffice.org> | 2010-01-13 12:44:09 +0100 |
commit | 7af39a112d754e86ad368a979c337d0190647bd0 (patch) | |
tree | 01322a9ce485d422004d3a54d476c661f2cfad43 /setup_native | |
parent | 8a5b59989048d67b567819ee2038d4bff54ca184 (diff) |
native278: #i107880# white spaces in pathes
Diffstat (limited to 'setup_native')
-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() |