Whamcloud - gitweb
- add some debugging to more easily recognize bug 998
authorpschwan <pschwan>
Thu, 27 Mar 2003 17:45:33 +0000 (17:45 +0000)
committerpschwan <pschwan>
Thu, 27 Mar 2003 17:45:33 +0000 (17:45 +0000)
- fix version_tag.pl to accept "LINUX :=" as well as "LINUX ="

lustre/scripts/version_tag.pl

index 3575b87..868411b 100644 (file)
@@ -100,7 +100,7 @@ sub get_linuxdir()
     }
     while (defined($line = <$config>)) {
         chomp($line);
-        if ($line =~ /LINUX = (.*)/) {
+        if ($line =~ /LINUX :?= (.*)/) {
             $dir = $1;
             last;
         }