public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
From: Theodore Ts'o <tytso@mit.edu>
To: systemtap@sources.redhat.com
Cc: Theodore Ts'o <tytso@mit.edu>
Subject: [PATCH 1/2] Sync latest fix for git_version.sh from RadeonHD's tree
Date: Wed, 09 Jul 2008 00:52:00 -0000	[thread overview]
Message-ID: <1215564705-15813-1-git-send-email-tytso@mit.edu> (raw)

This incorporates commit de4fbeeb: "Fix check for wrong macro in in
git-version.sh", from the xf86-video-radeonhd tree.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
---
 git_version.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/git_version.sh b/git_version.sh
index 69eb0f2..5cf2943 100755
--- a/git_version.sh
+++ b/git_version.sh
@@ -314,7 +314,7 @@ int main(int argc, char *argv[])
     const char *const prog = (idx)?(idx+1):(argv[0]);
 #ifdef PACKAGE_VERSION
     printf("%s: version %s, built from %s\n", prog, PACKAGE_VERSION, GIT_MESSAGE);
-#elif defined(GIT_USED)
+#elif defined(GIT_MESSAGE)
     printf("%s: built from %s\n", prog, GIT_MESSAGE);
 #endif
     return 0;
-- 
1.5.6.1.205.ge2c7.dirty

             reply	other threads:[~2008-07-09  0:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-09  0:52 Theodore Ts'o [this message]
2008-07-09  0:52 ` [PATCH 2/2] Add hack to support git 1.6 in git_version.sh Theodore Ts'o

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1215564705-15813-1-git-send-email-tytso@mit.edu \
    --to=tytso@mit.edu \
    --cc=systemtap@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).