Annoying error
Hi,
Firstly, I would like to thank your team for the work you are doing. I
am running unstable version of Debian.
While executing openoffice, I had an annoying error message about uname
I am sure you are familiar to. I hope you could do some for me.
The bad script is in /usr/lib/openoffice/program/ and its name is
sopatchlevel.sh.
I attached a diff file that corrects the behaviour.
I am sorry if you have already report the bug to the core open office
devel team.
Hope this helps, Thomas.
--- sopatchlevel.sh_old 2003-05-24 15:47:20.000000000 +0200
+++ sopatchlevel.sh 2003-05-24 15:46:25.000000000 +0200
@@ -64,7 +64,7 @@
sd_inst="`dirname "$0"`"
sd_platform=`uname -s`
-if [ "$sd_platform"="SunOS" ]; then
+if [ "$sd_platform" = "SunOS" ]; then
#
# check required patchid
#
Reply to: