From 7fa531b5e491a0258697ba82edab9a398dd7356b Mon Sep 17 00:00:00 2001 From: pschwan Date: Thu, 27 Mar 2003 17:45:33 +0000 Subject: [PATCH] - add some debugging to more easily recognize bug 998 - fix version_tag.pl to accept "LINUX :=" as well as "LINUX =" --- lustre/scripts/version_tag.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/scripts/version_tag.pl b/lustre/scripts/version_tag.pl index 3575b87..868411b 100644 --- a/lustre/scripts/version_tag.pl +++ b/lustre/scripts/version_tag.pl @@ -100,7 +100,7 @@ sub get_linuxdir() } while (defined($line = <$config>)) { chomp($line); - if ($line =~ /LINUX = (.*)/) { + if ($line =~ /LINUX :?= (.*)/) { $dir = $1; last; } -- 1.8.3.1