From 856325dd6d69b3f8a5888d6faf2691cfa1be97cc Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Tue, 1 Aug 2006 10:26:45 +0000 Subject: 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. --- shell/source/unix/misc/senddoc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/source/unix') 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. -- cgit