summaryrefslogtreecommitdiff
path: root/shell/source/unix/misc/senddoc.sh
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-01 10:26:45 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-01 10:26:45 +0000
commit856325dd6d69b3f8a5888d6faf2691cfa1be97cc (patch)
treefbb5c300899954c3f26750221245244c6a12e5b3 /shell/source/unix/misc/senddoc.sh
parentd03e0c380472bcb80c5cb365f2763fad36f3bedf (diff)
INTEGRATION: CWS sb60 (1.9.60); FILE MERGED
2006/07/24 15:04:32 sb 1.9.60.1: #b6448495# Replaced uri-encode awk script with C program, as awk (at least on Solaris) appears to pre-process non-ASCII bytes in its input.
Diffstat (limited to 'shell/source/unix/misc/senddoc.sh')
-rw-r--r--shell/source/unix/misc/senddoc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/unix/misc/senddoc.sh b/shell/source/unix/misc/senddoc.sh
index 9770b41b61b7..a214b6a394b1 100644
--- a/shell/source/unix/misc/senddoc.sh
+++ b/shell/source/unix/misc/senddoc.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-URI_ENCODE="awk -f `dirname $0`/uri-encode"
+URI_ENCODE="`dirname $0`/uri-encode"
# tries to locate the executable specified
# as first parameter in the user's path.