mirror of
https://github.com/sheumann/hush.git
synced 2024-12-26 10:32:02 +00:00
use LC_ALL, not LANG, for forcing C
This commit is contained in:
parent
84005af7ef
commit
546a99db1d
@ -1,4 +1,4 @@
|
|||||||
[ -n "$d" ] || d=..
|
[ -n "$d" ] || d=..
|
||||||
LANG=C ls -l "$d" > logfile.gnu
|
LC_ALL=C ls -l "$d" > logfile.gnu
|
||||||
busybox ls -l "$d" > logfile.bb
|
busybox ls -l "$d" > logfile.bb
|
||||||
diff -w logfile.gnu logfile.bb
|
diff -w logfile.gnu logfile.bb
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
[ -n "$d" ] || d=..
|
[ -n "$d" ] || d=..
|
||||||
LANG=C ls -1s "$d" > logfile.gnu
|
LC_ALL=C ls -1s "$d" > logfile.gnu
|
||||||
busybox ls -1s "$d" > logfile.bb
|
busybox ls -1s "$d" > logfile.bb
|
||||||
cmp logfile.gnu logfile.bb
|
cmp logfile.gnu logfile.bb
|
||||||
|
Loading…
Reference in New Issue
Block a user