1
0
mirror of synced 2026-04-15 15:49:48 +00:00

2006-06-13 13:26:00 by steve

Do the same for tests, no more literal tabs.
This commit is contained in:
steve
2006-06-13 13:26:01 +00:00
parent 2b3b14a943
commit 2c23effd90
10 changed files with 110 additions and 111 deletions

View File

@@ -4,7 +4,7 @@
#
# Steve
# --
# $Id: shell-syntax.t,v 1.1 2006-06-10 20:50:14 steve Exp $
# $Id: shell-syntax.t,v 1.2 2006-06-13 13:26:01 steve Exp $
use strict;
@@ -41,11 +41,11 @@ sub checkFile
open( INPUT, "<", $file );
foreach my $line ( <INPUT> )
{
if ( ( $line =~ /\/bin\/sh/ ) ||
( $line =~ /\/bin\/bash/ ) )
{
$isShell = 1;
}
if ( ( $line =~ /\/bin\/sh/ ) ||
( $line =~ /\/bin\/bash/ ) )
{
$isShell = 1;
}
}
close( INPUT );