diff --git a/tdir b/tdir index cc74ddb..79a066b 100755 --- a/tdir +++ b/tdir @@ -12,7 +12,7 @@ # Version info -VERSION = "$Id: tdir,v 1.63 2001/07/20 21:24:35 tundra Exp $" +VERSION = "$Id: tdir,v 1.64 2001/07/20 22:42:39 tundra Exp $" # Booleans @@ -100,9 +100,11 @@ else: sep = SEP sys.stdout.write("{" + sep + x + "}\n") + OutputColumns(FileList, FALSE) + else: FileList.sort() - OutputColumns(FileList, FALSE) + OutputColumns(FileList, FALSE)