You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2013/05/20 19:49:17 UTC

[lucy-commits] [3/7] git commit: refs/heads/install-c-library - Make install.sh POSIX-compliant

Make install.sh POSIX-compliant


Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/424fd405
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/424fd405
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/424fd405

Branch: refs/heads/install-c-library
Commit: 424fd4057199db76b90519524e34e695ebaa2812
Parents: 2963026
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Mon May 20 18:29:48 2013 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Mon May 20 18:29:48 2013 +0200

----------------------------------------------------------------------
 c/install.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/424fd405/c/install.sh
----------------------------------------------------------------------
diff --git a/c/install.sh b/c/install.sh
index 53e11c4..4f59048 100755
--- a/c/install.sh
+++ b/c/install.sh
@@ -4,7 +4,7 @@ set -e
 version=0.3.0
 major_version=0.3
 
-function usage()
+usage()
 {
     echo "Usage: install.sh --prefix path"
 }