From 39137487b3140d11d9953ebdb2ed25cc50b28f97 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Mon, 16 Jun 2008 11:07:24 +0000 Subject: removed unnessesary comments git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@668110 13f79535-47bb-0310-9956-ffa450edef68 --- bin/couchjs.tpl.in | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'bin/couchjs.tpl.in') diff --git a/bin/couchjs.tpl.in b/bin/couchjs.tpl.in index 8b970756..ce9aecbe 100644 --- a/bin/couchjs.tpl.in +++ b/bin/couchjs.tpl.in @@ -22,8 +22,6 @@ DEFAULT_VERSION=170 basename=`basename $0` display_version () { - # Display version and copyright information. - cat << EOF $basename - %package_name% %version% @@ -41,8 +39,6 @@ EOF } display_help () { - # Display a short description of the script's behaviour. - cat << EOF Usage: $basename [FILE] @@ -60,8 +56,6 @@ EOF } display_error () { - # Display a short instruction referring users to further documentation. - if test -n "$1"; then echo $1 >&2 fi @@ -71,14 +65,10 @@ display_error () { } run_couchjs () { - # Run the JavaScript interpreter shell with options. - exec %libbindir%/%couchjs_command_name% $@ } parse_script_option_list () { - # Parse the script option list and take the appropriate action. - set +e options=`getopt hV $@` if test ! $? -eq 0; then -- cgit v1.2.3