Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5167ad
)
- add some debugging to more easily recognize bug 998
author
pschwan
<pschwan>
Thu, 27 Mar 2003 17:45:33 +0000
(17:45 +0000)
committer
pschwan
<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
patch
|
blob
|
history
diff --git
a/lustre/scripts/version_tag.pl
b/lustre/scripts/version_tag.pl
index
3575b87
..
868411b
100644
(file)
--- 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;
}