We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3569f3a + b8d0686 commit 6b714d9Copy full SHA for 6b714d9
1 file changed
change-color.sh
@@ -1,5 +1,6 @@
1
#! /bin/bash
2
-
+# If the bash locale has another decimal seperator as '.' there would be an error (i.e. de_DE.utf8)
3
+LC_ALL=C
4
5
########## HELPERS ##########
6
0 commit comments