We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1cc08 commit eaa8ce1Copy full SHA for eaa8ce1
test/macos-script.sh
@@ -1,5 +1,9 @@
1
#!/bin/sh -eux
2
3
+set -x
4
+(LANG= LC_COLLATE= LC_ALL= ; printf '%f\n' 1.0)
5
+exit
6
+
7
# Note that this script is intended to be run only in throwaway environments;
8
# it may install undesirable things to system locations (if it succeeds in
9
# that).
0 commit comments