summaryrefslogtreecommitdiff
path: root/lib/sbin/MakeUtils.pl
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-01-14 21:53:04 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-01-14 21:53:04 +0000
commit47be5986b7e69d19ec0d173b85fe91af3a20c44d (patch)
tree07866d6fc9efd66010cb371f1813a46bcc25c578 /lib/sbin/MakeUtils.pl
parentb765fb3f1b7f23e962a19d393ab86cb5642b7c0b (diff)
Allow space between implements and : .
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1990 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/MakeUtils.pl')
-rw-r--r--lib/sbin/MakeUtils.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/MakeUtils.pl b/lib/sbin/MakeUtils.pl
index 36da0200..41fcdda8 100644
--- a/lib/sbin/MakeUtils.pl
+++ b/lib/sbin/MakeUtils.pl
@@ -138,7 +138,7 @@ sub ThornInfo
while(<INTERFACE>)
{
chop;
- if (m/^\s*IMPLEMENTS:\s*([a-z]+[a-z_0-9]*)\s*$/i)
+ if (m/^\s*IMPLEMENTS\s*:\s*([a-z]+[a-z_0-9]*)\s*$/i)
{
$implementation = $1;
}