Changeset 2165 for box/trunk/test
- Timestamp:
- 28/05/2008 10:41:32 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/test/bbackupd/testfiles/notifyscript.pl.in
r1557 r2165 1 1 #!@TARGET_PERL@ 2 2 3 my $f = 'testfiles/notifyran.'.$ARGV[0].'.'; 3 4 4 my $f = 'testfiles/notifyran.'.$ARGV[0].'.'; 5 if (-e 'testfiles/notifyscript.tag') 6 { 7 open FILE, '< testfiles/notifyscript.tag' or die $!; 8 my $tag = <FILE>; 9 chomp $tag; 10 $f .= "$tag."; 11 close FILE; 12 } 13 5 14 my $n = 1; 6 15
Note: See TracChangeset
for help on using the changeset viewer.
