Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.1 by slords, Sun Jul 1 17:08:01 2007 UTC | Revision 1.2 by slords, Tue Jul 3 02:55:13 2007 UTC | |
---|---|---|
# | Line 6 diff -Nur -x '*.orig' -x '*.rej' e-smith | Line 6 diff -Nur -x '*.orig' -x '*.rej' e-smith |
6 | return unless $rc == 0; | return unless $rc == 0; |
7 | sleep(3); | sleep(3); |
8 | - my @dirs; | - my @dirs; |
9 | + my @dirs = (); | + my @dirs = 0; |
10 | open(FSTAB, "</etc/fstab"); | open(FSTAB, "</etc/fstab"); |
11 | while (<FSTAB>) | while (<FSTAB>) |
12 | { | { |
# | Line 18 diff -Nur -x '*.orig' -x '*.rej' e-smith | Line 18 diff -Nur -x '*.orig' -x '*.rej' e-smith |
18 | } | } |
19 | sleep(3); | sleep(3); |
20 | - my @dirs; | - my @dirs; |
21 | + my @dirs = (); | + my @dirs = 0; |
22 | open(FSTAB, "</etc/fstab"); | open(FSTAB, "</etc/fstab"); |
23 | while (<FSTAB>) | while (<FSTAB>) |
24 | { | { |
|
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |