[COGITO PATCH] fix "cg-Xnormid: command not found" error

From: B <吉藤英明>
Date: 2005-05-29 13:15:45
Call cg-Xnormid with ${COGITO_LIB} to fix "cg-Xnormid: command not found"
error.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>

Index: commit-id
===================================================================
--- c8e987e5e4608c1144293cd3f852210d70b572cb/commit-id  (mode:100755)
+++ uncommitted/commit-id  (mode:100755)
@@ -8,7 +8,7 @@
 . ${COGITO_LIB}cg-Xlib
 
 id="$1"
-normid=$(cg-Xnormid "$id") || exit 1
+normid=$(${COGITO_LIB}cg-Xnormid "$id") || exit 1
 
 if [ "$(git-cat-file -t "$normid")" != "commit" ]; then
 	echo "Invalid commit id: $id" >&2
Index: tree-id
===================================================================
--- c8e987e5e4608c1144293cd3f852210d70b572cb/tree-id  (mode:100755)
+++ uncommitted/tree-id  (mode:100755)
@@ -6,7 +6,7 @@
 # Takes ID of the appropriate commit, defaults to HEAD.
 
 id="$1"
-normid=$(cg-Xnormid "$id") || exit 1
+normid=$(${COGITO_LIB}cg-Xnormid "$id") || exit 1
 type=$(git-cat-file -t "$normid")
 
 if [ "$type" = "commit" ]; then


-- 
YOSHIFUJI Hideaki @ USAGI Project  <yoshfuji@linux-ipv6.org>
GPG-FP  : 9022 65EB 1ECF 3AD1 0BDF  80D8 4807 F894 E062 0EEA
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Received on Sun May 29 13:12:56 2005

This archive was generated by hypermail 2.1.8 : 2005-05-29 13:12:57 EST