Kaydet (Commit) 60c0e59f authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

CWS-TOOLING: integrate CWS native278

...@@ -242,7 +242,7 @@ install_linux_rpm() ...@@ -242,7 +242,7 @@ install_linux_rpm()
# start to install jre # start to install jre
echo "Extracting ..." echo "Extracting ..."
olddir=`pwd` olddir=`pwd`
cd $tempdir cd "$tempdir"
rpm2cpio $tempjrefile | cpio -i --make-directories rpm2cpio $tempjrefile | cpio -i --make-directories
rm -f $tempjrefile # we do not need it anymore, so conserve discspace rm -f $tempjrefile # we do not need it anymore, so conserve discspace
...@@ -330,7 +330,7 @@ install_linux_rpm() ...@@ -330,7 +330,7 @@ install_linux_rpm()
fi fi
echo "Done." echo "Done."
cd $olddir cd "$olddir"
} }
find_rpm2cpio() find_rpm2cpio()
......
...@@ -62,7 +62,7 @@ en-US = "Installation failed." ...@@ -62,7 +62,7 @@ en-US = "Installation failed."
en-US = "Installation of [PRODUCTNAME] language pack completed." en-US = "Installation of [PRODUCTNAME] language pack completed."
[InstallCompleteText2] [InstallCompleteText2]
en-US = "Call 'Tools-Options-Language Settings' to change the user interface language." en-US = "Call '[PRODUCTNAME]-Preferences-Language Settings-Languages' to change the user interface language."
[InstallCompleteTextPatch] [InstallCompleteTextPatch]
en-US = "Installation of [FULLPRODUCTNAME] completed" en-US = "Installation of [FULLPRODUCTNAME] completed"
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