projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c95fec5
)
checksrc.pl: add quotes to var
author
Yang Tse
<yangsita@gmail.com>
Fri, 5 Aug 2011 19:24:59 +0000
(21:24 +0200)
committer
Yang Tse
<yangsita@gmail.com>
Fri, 5 Aug 2011 19:24:59 +0000
(21:24 +0200)
lib/checksrc.pl
patch
|
blob
|
history
diff --git
a/lib/checksrc.pl
b/lib/checksrc.pl
index 1aecd988d4f03934d10b2b8a326d9dc7ad0cdb12..c3e79691ccbdc4cafb5604607f3518dff498ddc9 100755
(executable)
--- a/
lib/checksrc.pl
+++ b/
lib/checksrc.pl
@@
-79,7
+79,7
@@
if(!$file) {
}
do {
- if(
$wlist
!~ / $file /) {
+ if(
"$wlist"
!~ / $file /) {
my $fullname = $file;
$fullname = "$dir/$file" if ($fullname !~ '^\.?\.?/');
scanfile($fullname);