From 5fb22fc60e9cd645758eb192997f7b4b0fcf2ca5 Mon Sep 17 00:00:00 2001 From: steve Date: Wed, 14 Jun 2006 13:46:25 +0000 Subject: [PATCH] 2006-06-14 13:46:25 by steve Updated misleading comment. --- tests/shell-syntax.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/shell-syntax.t b/tests/shell-syntax.t index e5f657f..bef176e 100644 --- a/tests/shell-syntax.t +++ b/tests/shell-syntax.t @@ -4,7 +4,7 @@ # # Steve # -- -# $Id: shell-syntax.t,v 1.2 2006-06-13 13:26:01 steve Exp $ +# $Id: shell-syntax.t,v 1.3 2006-06-14 13:46:25 steve Exp $ use strict; @@ -34,7 +34,7 @@ sub checkFile # We don't care about directories return if ( ! -f $file ); - # See if it is a perl file. + # See if it is a shell script. my $isShell = 0; # Read the file.