From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17372 invoked by alias); 9 Jul 2008 00:52:14 -0000 Received: (qmail 17365 invoked by uid 22791); 9 Jul 2008 00:52:13 -0000 X-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_43,SPF_HELO_PASS,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from www.church-of-our-saviour.org (HELO thunker.thunk.org) (69.25.196.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 09 Jul 2008 00:51:48 +0000 Received: from root (helo=closure.thunk.org) by thunker.thunk.org with local-esmtp (Exim 4.50 #1 (Debian)) id 1KGNuL-000646-Ng; Tue, 08 Jul 2008 20:51:45 -0400 Received: from tytso by closure.thunk.org with local (Exim 4.69) (envelope-from ) id 1KGNuL-00047S-36; Tue, 08 Jul 2008 20:51:45 -0400 From: Theodore Ts'o To: systemtap@sources.redhat.com Cc: Theodore Ts'o Subject: [PATCH 1/2] Sync latest fix for git_version.sh from RadeonHD's tree Date: Wed, 09 Jul 2008 00:52:00 -0000 Message-Id: <1215564705-15813-1-git-send-email-tytso@mit.edu> X-Mailer: git-send-email 1.5.6.1.205.ge2c7.dirty X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@mit.edu X-SA-Exim-Scanned: No (on thunker.thunk.org); SAEximRunCond expanded to false X-IsSubscribed: yes Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2008-q3/txt/msg00104.txt.bz2 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" --- 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