Changeset 1592
- Timestamp:
- 01/18/05 18:55:45 (4 years ago)
- Files:
-
- trunk/swish-e/prog-bin/spider.pl.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/swish-e/prog-bin/spider.pl.in
r1585 r1592 1 #!@@perlbinary@@ - w1 #!@@perlbinary@@ - 2 2 use strict; 3 3 … … 479 479 print STDERR "\n"; # because we disabled echo 480 480 chomp($password); 481 482 481 alarm( 0 ) unless $^O =~ /Win32/i; 483 482 }; 483 484 alarm( 0 ) unless $^O =~ /Win32/i; 484 485 485 486 return if $@;
