Skip to content

Commit b5d6452

Browse files
committed
Added TIME_STYLE=long-iso to ls screen scrape
1 parent f56020d commit b5d6452

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/codehaus/plexus/components/io/attributes/PlexusIoResourceAttributeUtils.java

+1
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ private static Commandline setupCommandLine( @Nonnull File dir, String options,
381381
numericCli.getShell().setQuotedExecutableEnabled( false );
382382

383383
numericCli.addEnvironment( "LANG", "C" );
384+
numericCli.addEnvironment( "TIME_STYLE", "long-iso" );
384385
numericCli.setExecutable( "ls" );
385386

386387
numericCli.createArg().setLine( options );

0 commit comments

Comments
 (0)