diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-23 11:28:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-23 11:28:43 +0000 |
commit | 53972a765929424162b95233207d5203093ed664 (patch) | |
tree | 127b6cdb82569a45a1009a72f463552ef5275d08 /shell | |
parent | 3d2b82ec5d5494051785d91473c1df84d117e49b (diff) |
INTEGRATION: CWS obr04 (1.3.120); FILE MERGED
2006/12/20 15:03:24 obr 1.3.120.1: #i72544# patch applied
Diffstat (limited to 'shell')
-rwxr-xr-x | shell/source/unix/misc/cde-open-url.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/unix/misc/cde-open-url.sh b/shell/source/unix/misc/cde-open-url.sh index 6eaa584a76d0..e0d3be7a094f 100755 --- a/shell/source/unix/misc/cde-open-url.sh +++ b/shell/source/unix/misc/cde-open-url.sh @@ -58,5 +58,5 @@ else fi if [ -z "$TMPFILE" ]; then exit 1; fi -( echo $1 > "$TMPFILE"; dtaction Open "$TMPFILE"; rm -f "$TMPFILE" ) & +( echo "$1" > "$TMPFILE"; dtaction Open "$TMPFILE"; rm -f "$TMPFILE" ) & exit 0 |