diff options
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. |