diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-01 10:26:45 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-01 10:26:45 +0000 |
commit | 856325dd6d69b3f8a5888d6faf2691cfa1be97cc (patch) | |
tree | fbb5c300899954c3f26750221245244c6a12e5b3 /shell/source/unix | |
parent | d03e0c380472bcb80c5cb365f2763fad36f3bedf (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')
-rw-r--r-- | shell/source/unix/misc/senddoc.sh | 2 |
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. |