mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Fix argument order of FreeBSD specific configuration.
This commit is contained in:
parent
60aa694e5f
commit
832998939f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37086
@ -23,5 +23,5 @@
|
||||
+ $AT{'headings'} = ['Date'];
|
||||
+ $AT{'getCommand'} = 'at -c %JOBID% |';
|
||||
+ $AT{'parseJobList'} =
|
||||
+ sub { my @a = split(/\s+/, $_[0]); ("$a[0] $a[1]", $a[4]) } ;
|
||||
+ sub { my @a = split(/\s+/, $_[0]); ($a[4], "$a[0] $a[1]") } ;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user