diff options
Diffstat (limited to 'test/spacere.awk')
-rw-r--r-- | test/spacere.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spacere.awk b/test/spacere.awk index 6aa87d2e..ba959309 100644 --- a/test/spacere.awk +++ b/test/spacere.awk @@ -8,7 +8,7 @@ BEGIN { c["\t"] = "\\t" c["\v"] = "\\v" - sort = "LC_ALL=C sort" + sort = "sort" for (i in c) printf("%s %s [[:space:]]\n", c[i], |